Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 461 Bytes

ExpandTreeNodeOperation.md

File metadata and controls

15 lines (7 loc) · 461 Bytes

ExpandTreeNodeOperation

Operation is an enum representing the type of operation to be applied on the tree node.

Enum

  • OPERATION_UNION (value: 'OPERATION_UNION')

  • OPERATION_INTERSECTION (value: 'OPERATION_INTERSECTION')

  • OPERATION_EXCLUSION (value: 'OPERATION_EXCLUSION')

[Back to Model list] [Back to API list] [Back to README]