Trevixal API
Preparing search index...
@trevixal/svelte
SnapshotStore
Interface SnapshotStore
Svelte store contract (
subscribe
), usable as
$snapshot
in components.
interface
SnapshotStore
{
subscribe
(
run
:
(
snapshot
:
EditorSnapshot
)
=>
void
)
:
()
=>
void
;
}
Index
Methods
subscribe
Methods
subscribe
subscribe
(
run
:
(
snapshot
:
EditorSnapshot
)
=>
void
)
:
()
=>
void
Parameters
run
:
(
snapshot
:
EditorSnapshot
)
=>
void
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
subscribe
Trevixal API
Loading...
Svelte store contract (
subscribe), usable as$snapshotin components.