mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
result can contain form values
This allows to re-open the same dialog having the same default values but with values already filled from user
This commit is contained in:
parent
e30738d79b
commit
8bdfe806e0
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ class LoaderActionResult:
|
|||
message: Optional[str] = None
|
||||
success: bool = True
|
||||
form: Optional[LoaderActionForm] = None
|
||||
form_values: Optional[dict[str, Any]] = None
|
||||
|
||||
|
||||
class LoaderActionPlugin(ABC):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue