MCPcopy
hub / github.com/antvis/Infographic / updateOptions

Method updateOptions

src/editor/types/state.ts:30–30  ·  view source on GitHub ↗
(
    options: UpdatableInfographicOptions,
    // Configuration for this update execution
    execOptions?: {
      // Whether to bubble up notifications to parent paths.
      // Enabling this might duplicate objects and impact performance.
      // Default is false.
      bubbleUp?: boolean;
    },
  )

Source from the content-addressed store, hash-verified

28 updateData(key: string, value: any): void;
29 updateElement(element: Element, props: Partial<ElementProps>): void;
30 updateOptions(
31 options: UpdatableInfographicOptions,
32 // Configuration for this update execution
33 execOptions?: {

Callers 5

ZoomWheelClass · 0.65
DragCanvasClass · 0.65
applyMethod · 0.65
undoMethod · 0.65

Implementers 1

StateManagersrc/editor/managers/state.ts

Calls

no outgoing calls

Tested by

no test coverage detected