class documentation
Class representing a panel.
Parameters | |
ctx | an fiftyone.operators.executor.ExecutionContext |
Method | __init__ |
Undocumented |
Method | close |
Closes the panel. |
Method | get |
Gets some panel state. |
Method | set |
Sets some panel data. |
Method | set |
Sets some panel state. |
Method | set |
Sets the title of the panel. |
Property | data |
Panel data. |
Property | id |
Panel ID. |
Property | state |
Panel state. |
Instance Variable | _ctx |
Undocumented |
Instance Variable | _data |
Undocumented |
Instance Variable | _state |
Undocumented |
Gets some panel state.
Parameters | |
key | the key or "nested.key.path" |
default:None | a default value if the key is not found |
Returns | |
the state value |
Sets some panel data.
Parameters | |
key | a key, "nested.key.path", or dict mapping multiple possibly-nested keys to values |
value:None | the value, if key is a string |
Sets some panel state.
Parameters | |
key | a key, "nested.key.path", or dict mapping multiple possibly-nested keys to values |
value:None | the value, if key is a string |