operationButton

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Key    string       `json:"key,omitempty"`
	Target string       `json:"target,omitempty"`
	State  CommandState `json:"state,omitempty"`
}

type CommandState

type CommandState struct {
	Params map[string]string `json:"params,omitempty"`
}

type ComponentOperationButton

type ComponentOperationButton struct {
	base.DefaultProvider

	Type  string `json:"type,omitempty"`
	Props Props  `json:"props"`
	// contains filtered or unexported fields
}

func (*ComponentOperationButton) Init

func (*ComponentOperationButton) InitComponent

func (b *ComponentOperationButton) InitComponent(ctx context.Context)

func (*ComponentOperationButton) Render

func (*ComponentOperationButton) SetComponentValue

func (b *ComponentOperationButton) SetComponentValue()

func (*ComponentOperationButton) Transfer

func (b *ComponentOperationButton) Transfer(component *cptype.Component)
type Menu struct {
	Key        string                 `json:"key,omitempty"`
	Text       string                 `json:"text,omitempty"`
	Operations map[string]interface{} `json:"operations,omitempty"`
}

type Operation

type Operation struct {
	Key     string  `json:"key,omitempty"`
	Reload  bool    `json:"reload"`
	Confirm string  `json:"confirm,omitempty"`
	Command Command `json:"command,omitempty"`
}

type Props

type Props struct {
	Type string `json:"type"`
	Text string `json:"text"`
	Menu []Menu `json:"menu,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL