Sporades SDK API
Preparing search index...
client
VueComposablePrimitives
Type Alias VueComposablePrimitives
Vue lifecycle/reactivity primitives consumed by
createVueComposables()
.
type
VueComposablePrimitives
=
{
onScopeDispose
(
cleanup
:
()
=>
void
)
:
void
;
reactive
<
State
extends
object
>
(
state
:
State
)
:
State
;
}
Index
Methods
on
Scope
Dispose
reactive
Methods
on
Scope
Dispose
onScopeDispose
(
cleanup
:
()
=>
void
)
:
void
Parameters
cleanup
:
()
=>
void
Returns
void
reactive
reactive
<
State
extends
object
>
(
state
:
State
)
:
State
Type Parameters
State
extends
object
Parameters
state
:
State
Returns
State
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Scope
Dispose
reactive
Sporades SDK API
Loading...
Vue lifecycle/reactivity primitives consumed by
createVueComposables().