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

Properties

clonable?: boolean
customElementRegistry?: CustomElementRegistry
delegatesFocus?: boolean
serializable?: boolean
slotAssignment?: SlotAssignmentMode