Tree Like Data
interface TreeLikeData
Content copied to clipboard
Represents the value of a tree node.
Types
Functions
child Or Null
Link copied to clipboard
Properties
asList
Link copied to clipboard
Gets this value as a composite List of TreeLikeData values.
asMap
Link copied to clipboard
Gets this value as a composite Map of TreeLikeData values.
children
Link copied to clipboard
Inheritors
DatasyncValue
Link copied to clipboard
Extensions
as A
Link copied to clipboard
Shortcut to the TreeLikeData.asA method.
as List Of
Link copied to clipboard
Shortcut to the TreeLikeData.asListOf method.
as Map Of
Link copied to clipboard
Shortcut to the TreeLikeData.asMapOf method.