Skip to content

ShadowOpts type

Home > @rimitive/view > ShadowOpts

Options passed to shadow factory creator

Signature:

export type ShadowOpts<TConfig extends TreeConfig> = {
scopedEffect: CreateScopes['scopedEffect'];
onCleanup: CreateScopes['onCleanup'];
adapter: Adapter<TConfig>;
};

References: TreeConfig, CreateScopes, Adapter