mce
    Preparing search index...

    Interface CreateInstanceOptions

    interface CreateInstanceOptions {
        active?: boolean;
        parent?: Node;
        position?: AddElementPosition;
    }
    Index
    active?: boolean
    parent?: Node