campfire.js
Preparing search index...
types
UpdateEvent
Interface UpdateEvent<ST>
interface
UpdateEvent
<
ST
>
{
type
:
"update"
;
value
:
ST
extends
Store
<
T
>
?
T
:
never
;
}
Type Parameters
ST
Index
Properties
type
value
Properties
type
type
:
"update"
value
value
:
ST
extends
Store
<
T
>
?
T
:
never
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
campfire.js
Loading...