Hierarchy

  • IStyleOptions

Properties

attributes?: IAttributes
className?: string

Deprecated

defaultTag?: keyof HTMLElementTagNameMap
element?: keyof HTMLElementTagNameMap
hooks?: {
    afterToggleAttribute?(mode: CommitMode, elm: HTMLElement, key: string, value?: null | string | number | boolean): void;
    afterToggleList?(mode: CommitMode, list: HTMLElement, style: ICommitStyle): void;
    afterWrapList?(mode: CommitMode, li: HTMLElement, style: ICommitStyle): void;
    beforeToggleList?(mode: CommitMode, list: HTMLElement, style: ICommitStyle): void | CommitMode;
    beforeUnwrapList?(mode: "unwrap", list: HTMLElement, style: ICommitStyle): void | CommitMode;
    beforeWrapList?(mode: CommitMode, li: HTMLElement, style: ICommitStyle): void;
}

Type declaration

style?: IStyle

Deprecated

Jodit PRO

If you like Jodit - try Jodit PRO