(
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;
},
)
| 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?: { |
no outgoing calls
no test coverage detected