class documentation

class Tree(BaseType): (source)

Constructor: Tree(*items)

View In Hierarchy

Represents a tree selection type. Examples:

import fiftyone.operators.types as types
inputs = types.Object()

Args: *items: the tree structure of items

Method __init__ Undocumented
Method to_json Undocumented
Instance Variable items Undocumented
def __init__(self, *items): (source)

Undocumented

def to_json(self): (source)

Undocumented