ImageEditorOptions

types.ImageEditorOptions

min_width

min_width: number

Defined in

src/types/types.d.ts#205


min_height

min_height: number

Defined in

src/types/types.d.ts#206


closeAfterSave

closeAfterSave: boolean

Close editor after save image

Defined in

src/types/types.d.ts#210


width

width: string | number

Default dialog width by screen

Defined in

src/types/types.d.ts#215


height

height: string | number

Default dialog height by screen

Defined in

src/types/types.d.ts#220


crop

crop: boolean

Show tab cropping

Defined in

src/types/types.d.ts#225


resize

resize: boolean

Show tab resizing

Defined in

src/types/types.d.ts#230


resizeUseRatio

resizeUseRatio: boolean

Keep aspect ratio on resize

Defined in

src/types/types.d.ts#235


resizeMinWidth

resizeMinWidth: number

Minimal width on resize

Defined in

src/types/types.d.ts#240


resizeMinHeight

resizeMinHeight: number

Minimal height on resize

Defined in

src/types/types.d.ts#245


cropUseRatio

cropUseRatio: boolean

Keep aspect ratio on crop

Defined in

src/types/types.d.ts#250


cropDefaultWidth

cropDefaultWidth: string | number

In the tab, crop the image is displayed not in real size

Defined in

src/types/types.d.ts#255


cropDefaultHeight

cropDefaultHeight: string | number

Defined in

jodit/src/types/types.d.ts:256