Type alias TreeSelection

TreeSelection: {
    [name: string]: TreeSelection;
}

User selection of a data structure

Type declaration

Example

user selects data object Beh to be enum on and test

{
Beh: {
stVal: {on: {}, test: {}}
q: {}
t: {}
}
}

Generated using TypeDoc