StickyStackEntry
Properties
el
The bar element, set by the provider; the view teleports its chrome into it.
Type: ShallowRef
Source: client/lib/use/useStickyStack.js:51
id
Stable identifier for this registration (use as a list key).
Type: string
Source: client/lib/use/useStickyStack.js:48
order
The bar's sort order within its zone, as registered (possibly reactive).
Type: MaybeRefOrGetter
Source: client/lib/use/useStickyStack.js:49
reveal
The bar's reveal behavior, as registered (possibly a ref or getter).
Type: MaybeRefOrGetter
Source: client/lib/use/useStickyStack.js:50
stop
Removes this registration. Called automatically on scope dispose when registered inside an effect scope.
Type: () => void
Source: client/lib/use/useStickyStack.js:53
target
The teleport target, resolved from el; null until the provider binds it (or when there is no provider above).
Type: ComputedRef
Source: client/lib/use/useStickyStack.js:52
Source
client/lib/use/useStickyStack.js:47