geostyler-style
    Preparing search index...

    Interface Fstep

    Returns an unknown value depending on the passed in value of argument[0]. In most cases this will be an Fproperty. The argument[1] is the initial value. All following arguments are an array of length 2 where the first element is a numeric value and the second element is the value to return if the value is larger than that boundry.

    interface Fstep {
        args: [number | GeoStylerNumberFunction, unknown, ...FStepParameter[]];
        name: "step";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: [number | GeoStylerNumberFunction, unknown, ...FStepParameter[]]
    name: "step"