Interface ScaleOptions

The possible options for this node

interface ScaleOptions {
    context: BaseContext;
    max: number;
    min: number;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
max: number
min: number