Winter Cardinal UI - v0.442.0 / DViewTranslationWheelOptions

Interface: DViewTranslationWheelOptions

DView wheel translation options.

Table of contents

Properties

Properties

checker

Optional checker: DViewChecker

Wheel translation checker. If a checker returns false, wheel translations will be canceled.

Defined in

src/main/typescript/wcardinal/ui/d-view.ts:100


enable

Optional enable: boolean

True to enable wheel translation

Defined in

src/main/typescript/wcardinal/ui/d-view.ts:88


modifier

Optional modifier: number | "NONE" | "CTRL" | "SHIFT" | "ALT" | "AND" | "OR" | "NOT_NONE"

Mouse modifiers

Defined in

src/main/typescript/wcardinal/ui/d-view.ts:94


speed

Optional speed: number

Translation speed

Defined in

src/main/typescript/wcardinal/ui/d-view.ts:91