About
Support
Developer Guide
Version 38.126.82.61
Preparing search index...
The search index is not available
OpenFin JavaScript API
OpenFin JavaScript API
OpenFin
SnapshotProvider
Interface SnapshotProvider<Snapshot>
interface
SnapshotProvider
<
Snapshot
>
{
applySnapshot
:
(
(
snapshot
)
=>
Promise
<
void
>
)
;
getSnapshot
:
(
(
)
=>
Promise
<
Snapshot
>
)
;
}
Type Parameters
Snapshot
=
unknown
Index
Properties
apply
Snapshot
get
Snapshot
Properties
apply
Snapshot
apply
Snapshot
:
(
(
snapshot
)
=>
Promise
<
void
>
)
Type declaration
(
snapshot
)
:
Promise
<
void
>
Parameters
snapshot
:
Snapshot
Returns
Promise
<
void
>
get
Snapshot
get
Snapshot
:
(
(
)
=>
Promise
<
Snapshot
>
)
Type declaration
(
)
:
Promise
<
Snapshot
>
Returns
Promise
<
Snapshot
>
Settings
Theme
OS
Light
Dark
On This Page
apply
Snapshot
get
Snapshot
OpenFin JavaScript API
Loading...