Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
Value
Interface Value
interface
Value
{
boolValue
?:
boolean
;
listValue
?:
any
[]
;
nullValue
?:
NullValue
;
numberValue
?:
number
;
stringValue
?:
string
;
structValue
?:
{
[
key
:
string
]:
any
}
;
}
Index
Properties
bool
Value?
list
Value?
null
Value?
number
Value?
string
Value?
struct
Value?
Properties
Optional
bool
Value
boolValue
?:
boolean
Optional
list
Value
listValue
?:
any
[]
Optional
null
Value
nullValue
?:
NullValue
Optional
number
Value
numberValue
?:
number
Optional
string
Value
stringValue
?:
string
Optional
struct
Value
structValue
?:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bool
Value
list
Value
null
Value
number
Value
string
Value
struct
Value
@sentio/sdk
Loading...