geostyler-style
    Preparing search index...

    Interface SupportInfo

    Detailed information about the support of a functionality. Can contain an info text.

    interface SupportInfo {
        info?: string;
        support: SupportLevel;
    }
    Index

    Properties

    Properties

    info?: string
    support: SupportLevel