commit
73bee76ab7
1 changed files with 11 additions and 9 deletions
|
|
@ -38,6 +38,8 @@ type ActionDSL struct {
|
||||||
Icon string `json:"icon,omitempty"`
|
Icon string `json:"icon,omitempty"`
|
||||||
Style string `json:"style,omitempty"`
|
Style string `json:"style,omitempty"`
|
||||||
Xpath string `json:"xpath,omitempty"`
|
Xpath string `json:"xpath,omitempty"`
|
||||||
|
DivideLine bool `json:"divideLine,omitempty"`
|
||||||
|
ShowWhenAddAndView bool `json:"showWhenAddAndView,omitempty"`
|
||||||
Props PropsDSL `json:"props,omitempty"`
|
Props PropsDSL `json:"props,omitempty"`
|
||||||
Confirm *ConfirmActionDSL `json:"confirm,omitempty"`
|
Confirm *ConfirmActionDSL `json:"confirm,omitempty"`
|
||||||
Action ActionNodes `json:"action,omitempty"`
|
Action ActionNodes `json:"action,omitempty"`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue