Sporades SDK API
Preparing search index...
client
SvelteReadable
Type Alias SvelteReadable<State>
Minimal Svelte-compatible readable store contract.
type
SvelteReadable
<
State
>
=
{
subscribe
(
listener
:
(
state
:
State
)
=>
void
)
:
()
=>
void
;
}
Type Parameters
State
Index
Methods
subscribe
Methods
subscribe
subscribe
(
listener
:
(
state
:
State
)
=>
void
)
:
()
=>
void
Parameters
listener
:
(
state
:
State
)
=>
void
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
subscribe
Sporades SDK API
Loading...
Minimal Svelte-compatible readable store contract.