Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "ui/datasource"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandOutput ¶
type ListOutput ¶
type PeekOutput ¶
type RefreshInput ¶
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 SetSelectionInput ¶ added in v0.1.37
type SetSelectionInput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRef string `json:"dataSourceRef"`
IdentityFields []string `json:"identityFields,omitempty"`
Identities []interface{} `json:"identities"`
}
type SetSelectionOutput ¶ added in v0.1.37
type SetSelectionOutput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRef string `json:"dataSourceRef,omitempty"`
OK bool `json:"ok,omitempty"`
Error string `json:"error,omitempty"`
SelectionMode string `json:"selectionMode,omitempty"`
IdentityFields []string `json:"identityFields,omitempty"`
SelectedIdentities []map[string]interface{} `json:"selectedIdentities,omitempty"`
RowIndexes []int `json:"rowIndexes,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.