mce
    Preparing search index...

    Interface addTextElementOptions

    interface addTextElementOptions {
        active?: boolean;
        content?: string;
        index?: number;
        parent?: Node;
        position?: AddElementPosition;
        regenId?: boolean;
        sizeToFit?: boolean;
        style?: Record<string, any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: boolean
    content?: string
    index?: number
    parent?: Node
    regenId?: boolean
    sizeToFit?: boolean
    style?: Record<string, any>