Skip to main content

TreeContextValue

TreeContextValue = Required<Pick<TreeProps<unknown>, "showRuleLines" | "showVisibility" | "variant" | "onVisibilityChange">> & object

Type Declaration

disabledKeys?

optional disabledKeys: Set<Key>

expandedKeys?

optional expandedKeys: Set<Key>

isStatic

isStatic: boolean

selectedKeys?

optional selectedKeys: Set<Key>

visibilityComputedKeys?

optional visibilityComputedKeys: Set<Key>

visibleKeys?

optional visibleKeys: Set<Key>