Meldbase TypeScript API
Preparing search index...
@meldbase/client
WireMutationOperation
Type Alias WireMutationOperation
WireMutationOperation
:
|
{
op
:
"set"
|
"inc"
|
"push"
|
"pull"
;
path
:
string
;
value
:
WireValue
;
}
|
{
op
:
"unset"
;
path
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Meldbase TypeScript API
Loading...