vot.js - v2.4.18
    Preparing search index...

    Interface ShadowRootInit

    interface ShadowRootInit {
        clonable?: boolean;
        customElementRegistry?: CustomElementRegistry;
        delegatesFocus?: boolean;
        mode: ShadowRootMode;
        serializable?: boolean;
        slotAssignment?: SlotAssignmentMode;
    }
    Index
    clonable?: boolean
    customElementRegistry?: CustomElementRegistry
    delegatesFocus?: boolean
    serializable?: boolean
    slotAssignment?: SlotAssignmentMode