interface ConstrainDoubleRange {
    exact?: number;
    ideal?: number;
    max?: number;
    min?: number;
}

Hierarchy-Diagram

UML class diagram of ConstrainDoubleRange
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

Properties

exact?: number
ideal?: number
max?: number
min?: number