StateChangedEvent
junjo.hooks.StateChangedEvent
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”StateChangedEvent(store_id: str, store_name: str, action_name: str, patch: str, state: StateT, *, run_id: str, executable_definition_id: str, name: str, trace_id: str, span_id: str, executable_type: ExecutableType, executable_runtime_id: str, executable_structural_id: str, parent_executable_definition_id: str | None = None, parent_executable_runtime_id: str | None = None, parent_executable_structural_id: str | None = None, parent_executable_type: ExecutableType | None = None, enclosing_graph_structural_id: str)Payload delivered to on_state_changed callbacks.
Members
Section titled “Members”store_id
Section titled “store_id”store_id: strPublic attribute.
store_name
Section titled “store_name”store_name: strPublic attribute.
action_name
Section titled “action_name”action_name: strPublic attribute.
patch: strPublic attribute.
state: StateTPublic attribute.