Circle V2 API Docs
Preparing search index...
@repo/ui
composites
JsonTreeNode
Interface JsonTreeNode
interface
JsonTreeNode
{
children
?:
JsonTreeNode
[]
;
childrenCount
?:
number
;
id
:
string
;
kind
:
JsonValueKind
;
name
:
string
;
value
?:
JsonPrimitive
;
}
Index
Properties
children?
children
Count?
id
kind
name
value?
Properties
Optional
children
children
?:
JsonTreeNode
[]
Optional
children
Count
childrenCount
?:
number
id
id
:
string
kind
kind
:
JsonValueKind
name
name
:
string
Optional
value
value
?:
JsonPrimitive
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
children
Count
id
kind
name
value
Circle V2 API Docs
Loading...