Skip to main content

Class: DiagramSettings

Constructors

constructor

new DiagramSettings()

Accessors

backgroundComponentState

get backgroundComponentState(): VisualComponentWithDefault<IBackgroundComponentProps<any>>

Returns

VisualComponentWithDefault<IBackgroundComponentProps<any>>


miniControlComponentState

get miniControlComponentState(): VisualComponentWithDefault<IMiniControlComponentProps<any>>

Returns

VisualComponentWithDefault<IMiniControlComponentProps<any>>


userInteraction

get userInteraction(): UserInteractionSettings

Returns

UserInteractionSettings


zoomInterval

get zoomInterval(): Point

Returns

Point


zoomToFitSettings

get zoomToFitSettings(): IZoomToFitSettings

Returns

IZoomToFitSettings

Methods

import

import(obj?): void

Parameters

NameType
obj?IDiagramSettings

Returns

void


setZoomInterval

setZoomInterval(value): void

Parameters

NameType
valueundefined | null | Point

Returns

void