class documentation
Class representing the state of a panel.
Parameters | |
ctx | an fiftyone.operators.executor.ExecutionContext |
Method | __init__ |
Undocumented |
Method | apply |
Applies the state to the panel. |
Method | clear |
Clears the panel state. |
Method | set |
Sets some panel state. |
Instance Variable | _data |
Undocumented |
Inherited from PanelRefBase
:
Method | __getattr__ |
Undocumented |
Method | __setattr__ |
Undocumented |
Method | get |
Gets a value from the dictionary. |
Instance Variable | _ctx |
Undocumented |