MCPcopy
hub / github.com/leaferjs/leafer-ui / get

Method get

packages/interface/src/IUI.ts:518–518  ·  view source on GitHub ↗
(name: K)

Source from the content-addressed store, hash-verified

516 toJSON(options?: IJSONOptions): IUIJSONData
517
518 get<K extends keyof this>(name: K): this[K]
519 get<K extends keyof this>(name?: K[] | IUIInputData): IUIInputData
520
521 createProxyData(): IUIInputData

Callers 8

oneMethod · 0.65
Leafer.tsFile · 0.65
imageFunction · 0.65
UIData.tsFile · 0.65
setBoxStyleMethod · 0.65
eachCursorMethod · 0.65
emit.tsFile · 0.65
emitEventFunction · 0.65

Implementers 1

UIpackages/display/src/UI.ts

Calls

no outgoing calls

Tested by

no test coverage detected