ngeo
    Preparing search index...

    Interface LayerConfig

    interface LayerConfig {
        args?: string[];
        filter?: string;
        postfix?: string;
        separator?: string;
    }
    Index

    Properties

    args?: string[]
    filter?: string
    postfix?: string
    separator?: string