OpenFin Workspace API
    Preparing search index...

    Interface NumberWidgetSpec

    interface NumberWidgetSpec {
        currencyChar?: string;
        decimalPlaces?: number;
        max?: number;
        min?: number;
        placeholder?: string;
        step?: number;
        type: "Number";
    }

    Hierarchy (View Summary)

    Index
    currencyChar?: string
    decimalPlaces?: number
    max?: number
    min?: number
    placeholder?: string
    step?: number
    type: "Number"

    The type of widget to be used. Widgets can only be used with matching specific data types. For example the Text widget can be used with the string field type.