GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the number widget.

    format is NEW — the component reads only min, max and step today. It is declared here so integer / decimal presentation is a per-field choice, with the profile as the fallback.

    interface NumberOptions {
        min?: number;
        max?: number;
        step?: number;
        format?: "integer" | "decimal";
    }
    Index

    Properties

    Properties

    min?: number
    max?: number
    step?: number
    format?: "integer" | "decimal"