Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type ComponentFileFormModal struct + Operations map[string]interface{} + Props Props + State State + func (a *ComponentFileFormModal) AddRefSceneSet(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) AddScene(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) AddSceneSet(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) CopyTo(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) GetScene(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) GetSceneSet() error + func (a *ComponentFileFormModal) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, ...) (err error) + func (a *ComponentFileFormModal) UpdateScene(inParams fileTree.InParams) error + func (a *ComponentFileFormModal) UpdateSceneSet(inParams fileTree.InParams) error + type ComponentProps struct + MaxLength int + Options []interface{} + Placeholder string + type Entry struct + Component string + ComponentProps ComponentProps + Key string + Label string + Required bool + Rules []Rule + type FormData struct + Description string + Name string + Policy apistructs.PolicyType + SceneID uint64 + ScenesSet *uint64 + type Operation struct + Key string + Reload bool + type PolicyOption struct + Name string + Value apistructs.PolicyType + type Props struct + Fields []Entry + Title string + type Rule struct + Msg string + Pattern string + type State struct + ActionType string + FormData FormData + FormVisible bool + IsAddParallel bool + SceneId uint64 + SceneSetKey int + Visible bool + type SubmitOperations struct + Key string + Reload bool