mce
    Preparing search index...

    Interface AddElementOptions

    interface AddElementOptions {
        active?: boolean;
        index?: number;
        intoView?: boolean;
        parent?: Node;
        position?: AddElementPosition;
        regenId?: boolean;
        sizeToFit?: boolean;
    }

    Hierarchy (View Summary)

    Index
    active?: boolean
    index?: number
    intoView?: boolean

    添加后把新元素带入视口(已在视口内则不动)。

    parent?: Node
    regenId?: boolean
    sizeToFit?: boolean