MCPcopy
hub / github.com/brimdata/zui / QueryPinInterface

Interface QueryPinInterface

apps/zui/src/js/state/Editor/types.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22export type QueryPin = GenericQueryPin | FromQueryPin | TimeRangeQueryPin
23export interface QueryPinInterface {
24 empty(): boolean
25 toZed(): string
26}
27
28export type Marker = {
29 message: string

Callers 6

clearTextSelectionFunction · 0.65
updatePinFunction · 0.65
ShowFunction · 0.65
base-pin.tsxFile · 0.65
getValueFunction · 0.65
toSourceSetMethod · 0.65

Implementers 3

GenericPinapps/zui/src/js/state/Editor/models/ge
TimeRangePinapps/zui/src/js/state/Editor/models/ti
FromPinapps/zui/src/js/state/Editor/models/fr

Calls

no outgoing calls

Tested by

no test coverage detected