You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
346 B

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]
}