Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentEmptyText ¶
type ComponentEmptyText struct { CtxBdl protocol.ContextBundle Operations map[string]interface{} `json:"operations"` State State `json:"state"` Props Props `json:"props"` }
func (*ComponentEmptyText) Render ¶
func (i *ComponentEmptyText) Render(ctx context.Context, c *apistructs.Component, s apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) (err error)
type Redirect ¶
type Redirect struct { Text string `json:"text"` OperationKey string `json:"operationKey"` StyleConfig RedirectConfig `json:"styleConfig"` }
type RedirectConfig ¶
type RedirectConfig struct {
Bold bool `json:"bold"`
}
Click to show internal directories.
Click to hide internal directories.