Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type AddLabelModal struct + Ctx context.Context + Operations map[string]Operations + Props Props + State State + Type string + func (alm *AddLabelModal) GetOperations() + func (alm *AddLabelModal) GetProps() + func (alm *AddLabelModal) GetState() + func (alm *AddLabelModal) Init(ctx servicehub.Context) error + func (alm *AddLabelModal) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, ...) error + func (alm *AddLabelModal) SetComponentValue(c *cptype.Component) error + type ComponentProps struct + Options []Option + type Fields struct + Component string + ComponentProps ComponentProps + Key string + Label string + RemoveWhen [][]RemoveWhen + Required bool + Rules Rules + type Operations struct + Key string + Reload bool + type Option struct + Children []Option + Name string + Value string + type Props struct + Fields []Fields + Title string + type RemoveWhen struct + Field string + Operator string + Value string + type Rules struct + Msg string + Pattern string + type State struct + FormData map[string]string + Visible bool