geostyler-style
    Preparing search index...

    Interface FstrConcat

    Concatenates the two strings into one

    interface FstrConcat {
        args: (string | GeoStylerStringFunction)[];
        name: "strConcat";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: (string | GeoStylerStringFunction)[]
    name: "strConcat"