Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoticeArgs ¶
type PickerArgs ¶
type PickerArgs struct {
Title string `json:"title"`
Message string `json:"message,omitempty"`
Complete string `json:"complete,omitempty"`
EventID string `json:"eventId,omitempty"`
Items []PickerItem `json:"items"`
Selected int `json:"selected"`
Timeout int `json:"timeout"`
Unsafe bool `json:"unsafe"`
Dismissible bool `json:"dismissible,omitempty"`
}
type PickerItem ¶
type PickerItem struct {
ID string `json:"id,omitempty"`
Name string `json:"name"`
ZapScript string `json:"zapscript,omitempty"`
Action apimodels.UIResponseAction `json:"action,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.