Colibrio Reader Framework API - Cloud license
System
Light
Dark
Search…
Preparing search index...
colibrio-core-base
ITreeNode
Interface ITreeNode<T>
Base interface for nodes in tree-like structures used by Colibrio.
interface
ITreeNode
<
T
>
{
getChildren
()
:
readonly
T
[]
;
}
Type Parameters
T
Hierarchy (
View Summary
)
ITreeNode
IReaderPublicationNavigationItem
IContentBlock
Methods
get
Children
getChildren
()
:
readonly
T
[]
Get the children of this node.
Returns
readonly
T
[]
Methods
get
Children
Colibrio Reader Framework API - Cloud license
Loading...
Base interface for nodes in tree-like structures used by Colibrio.