Skip to content

ShadowOptions type

Home > @rimitive/view > ShadowOptions

Options for creating a shadow root

Signature:

export type ShadowOptions = {
mode?: ShadowMode;
styles?: string | string[];
delegatesFocus?: boolean;
};

References: ShadowMode