PortalOpts type
Home > @rimitive/view > PortalOpts
PortalOpts type
Section titled “PortalOpts type”Options passed to Portal factory
Signature:
export type PortalOpts<TConfig extends TreeConfig> = { disposeScope: CreateScopes['disposeScope']; getElementScope: CreateScopes['getElementScope']; scopedEffect: CreateScopes['scopedEffect']; adapter: Adapter<TConfig>;};References: TreeConfig, CreateScopes, Adapter