SwaggerCustomDynamicTreeCommand Class
The swagger tree command.
Constructor
SwaggerCustomDynamicTreeCommand(*, operation_id: str | None = None, items_path: str | None = None, item_value_path: str | None = None, item_title_path: str | None = None, item_full_title_path: str | None = None, item_is_parent: str | None = None, selectable_filter: str | None = None, parameters: Dict[str, SwaggerCustomDynamicTreeParameter] | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
operation_id
|
The path to an item property which defines the display name of the item. Default value: None
|
|
items_path
|
The path to an item property which defines the display name of the item. Default value: None
|
|
item_value_path
|
The path to an item property which defines the display name of the item. Default value: None
|
|
item_title_path
|
The path to an item property which defines the display name of the item. Default value: None
|
|
item_full_title_path
|
The path to an item property which defines the display name of the item. Default value: None
|
|
item_is_parent
|
The path to an item property which defines the display name of the item. Default value: None
|
|
selectable_filter
|
The path to an item property which defines the display name of the item. Default value: None
|
|
parameters
|
Dictionary of Default value: None
|
Variables
| Name | Description |
|---|---|
|
operation_id
|
The path to an item property which defines the display name of the item. |
|
items_path
|
The path to an item property which defines the display name of the item. |
|
item_value_path
|
The path to an item property which defines the display name of the item. |
|
item_title_path
|
The path to an item property which defines the display name of the item. |
|
item_full_title_path
|
The path to an item property which defines the display name of the item. |
|
item_is_parent
|
The path to an item property which defines the display name of the item. |
|
selectable_filter
|
The path to an item property which defines the display name of the item. |
|
parameters
|
Dictionary of |