Updatable
CustomizeUpdatable
Bases: AbstractFrontendUpdatable
Determine which states updates should be passed to during any customization processes.
CustomizeUpdatable
Bases: AbstractFrontendUpdatable
Determine which states updates should be passed to during any customization processes.
update_mapping = {AssistantLoadedUpdate: [AssistantBeingModifiedState], AssistantSavedUpdate: [AssistantBeingModifiedState], AssistantModifiedUpdate: [AssistantBeingModifiedState], AssistantDeletedUpdate: [AssistantBeingModifiedState], AgentLoadedUpdate: [AgentBeingModifiedState], AgentSavedUpdate: [AgentBeingModifiedState, AssistantBeingModifiedState], AgentModifiedUpdate: [AgentBeingModifiedState], AgentDeletedUpdate: [AgentBeingModifiedState, AssistantBeingModifiedState], OptionsLoadedUpdate: [OptionsBeingModifiedState], OptionsSavedUpdate: [OptionsBeingModifiedState, AgentBeingModifiedState], OptionsModifiedUpdate: [OptionsBeingModifiedState], OptionsDeletedUpdate: [OptionsBeingModifiedState, AgentBeingModifiedState]}
class-attribute
instance-attribute