[change] widget table DSL
This commit is contained in:
parent
c08fae25ed
commit
748d7b934b
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ type ActionDSL struct {
|
|||
Icon string `json:"icon,omitempty"`
|
||||
Style string `json:"style,omitempty"`
|
||||
Props PropsDSL `json:"props,omitempty"`
|
||||
Confirm ConfirmActionDSL `json:"confirm,omitempty"`
|
||||
Action map[string]ParamsDSL `json:"actions,omitempty"`
|
||||
Confirm *ConfirmActionDSL `json:"confirm,omitempty"`
|
||||
Action map[string]ParamsDSL `json:"action,omitempty"`
|
||||
}
|
||||
|
||||
// ConfirmActionDSL action.confirm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue