class documentation

A tooltip (currently supported only in a TableView).

Parameters
valuethe value of the tooltip
rowthe row of the tooltip
columnthe column of the tooltip
Method __init__ Undocumented
Method clone Undocumented
Method to_json Undocumented
Instance Variable column Undocumented
Instance Variable row Undocumented

Inherited from View:

Method kwargs_to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, row, column, **kwargs): (source)
def clone(self): (source)

Undocumented

def to_json(self): (source)

Undocumented

Undocumented

Undocumented