geostyler-style
    Preparing search index...

    Interface Style

    The Style is the main interface and the root for all other interfaces.

    interface Style {
        metadata?: Record<string, any>;
        name: string;
        rules: Rule[];
    }
    Index

    Properties

    Properties

    metadata?: Record<string, any>
    name: string
    rules: Rule[]