Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RangePickerInputConfig

    interface RangePickerInputConfig {
        max: number;
        min: number;
        step?: number;
    }
    Index

    Properties

    Properties

    max: number
    min: number
    step?: number