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