geostyler-style
    Preparing search index...

    Interface Fcustom

    Returns a function with free text as a name, the behavior is left to the implementation. "fnName" is the name of the custom function to call. We strongly recommend using a more specific function if one is available.

    interface Fcustom {
        args: (string | GeoStylerStringFunction)[];
        fnName: string;
        name: "custom";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: (string | GeoStylerStringFunction)[]
    fnName: string
    name: "custom"