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

Method set

packages/interface/src/IUI.ts:515–515  ·  view source on GitHub ↗
(data: IUIInputData, transition?: ITransition | 'temp')

Source from the content-addressed store, hash-verified

513 reset(data?: IUIInputData): void
514
515 set(data: IUIInputData, transition?: ITransition | 'temp'): void
516 toJSON(options?: IJSONOptions): IUIJSONData
517
518 get<K extends keyof this>(name: K): this[K]

Callers 12

penMethod · 0.65
getPathMethod · 0.65
setMethod · 0.65
setMethod · 0.65
canvas.tsFile · 0.65
UIHit.tsFile · 0.65
getPatternDataFunction · 0.65
imageFunction · 0.65
getShadowTransformFunction · 0.65
setBoxStyleMethod · 0.65
getPageBoundsMethod · 0.65
getValidScaleOfFunction · 0.65

Implementers 1

UIpackages/display/src/UI.ts

Calls

no outgoing calls

Tested by

no test coverage detected