Documentation
    Preparing search index...
    interface RangeProperty {
        max: number;
        min: number;
        propertyKey: string;
        step?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    max: number
    min: number
    propertyKey: string
    step?: number