Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "ui/context"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOutput ¶
type GetOutput struct {
ConversationID string `json:"conversationId,omitempty"`
ClientID string `json:"clientId,omitempty"`
FocusedWindowID string `json:"focusedWindowId,omitempty"`
Selected *uireg.SnapshotSelected `json:"selected,omitempty"`
Windows []WindowContext `json:"windows,omitempty"`
RecentEvents []uireg.UIEvent `json:"recentEvents,omitempty"`
}
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 WindowContext ¶
type WindowContext struct {
Window *uireg.WindowSnapshot `json:"window,omitempty"`
DataSourceRefs []string `json:"dataSourceRefs,omitempty"`
Surface *uireg.WindowSurface `json:"surface,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.