export interface IEditorOption { defaultType?: string; defaultFont?: string; defaultSize?: number; rangeColor?: string; rangeAlpha?: number; searchMatchColor?: string; searchMatchAlpha?: number; marginIndicatorSize?: number; marginIndicatorColor?: string, margins?: [top: number, right: number, bootom: number, left: number] }