geostyler-style
    Preparing search index...

    Interface FparseBoolean

    Parses a string into a boolean. The empty string, f, 0.0 and 0 are considered false, everything else is considered true.

    interface FparseBoolean {
        args: [string | GeoStylerStringFunction];
        name: "parseBoolean";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: [string | GeoStylerStringFunction]
    name: "parseBoolean"