ShadowOptions type
Home > @rimitive/view > ShadowOptions
ShadowOptions type
Section titled “ShadowOptions type”Options for creating a shadow root
Signature:
export type ShadowOptions = { mode?: ShadowMode; styles?: string | string[]; delegatesFocus?: boolean;};References: ShadowMode