mixins
ModulePrivateSource
The mixins used for extending the functionalities of the automatically generated dash component.
Typehints
| Member | |
|---|---|
| Route | The typehint of the route provided by selected_path. |
Functions
| Member | |
|---|---|
| is_sequence | Check whether val is a sequence or not. |
| sanitize_list_index | Try to ensure index to be a int. |
| get_item_of_object | Run data[index] supposing that data is abitrary. |
| set_item_of_object | Run data[index] = value supposing that data is abitrary. |
| pop_item_of_object | Run val = data[index]; del data[index]; return val supposing that data is abitrary. |
Classes
| Member | |
|---|---|
| MixinDataRoute | Mixin of providing data routing functionalities. |
| MixinFile | Mixin of providing file loading functionalities. |