Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "ui/control"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandOutput ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(bridge *forgeuisvc.Service) *Service
func (*Service) Methods ¶
func (s *Service) Methods() svc.Signatures
type SetValueInput ¶
type SetValueInput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
ControlID string `json:"controlId"`
Scope string `json:"scope,omitempty"`
Value interface{} `json:"value"`
BindingPath string `json:"bindingPath,omitempty"`
DataField string `json:"dataField,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.