ShadowOpts type
Home > @rimitive/view > ShadowOpts
ShadowOpts type
Section titled “ShadowOpts type”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