GeoLeaf Core API - v3.0.0
    Preparing search index...

    Free-text note rendered under a layer's legend sections.

    style is applied as inline CSS text — it goes through the CSP-safe helper, never through a raw style attribute assignment.

    interface LegendFooter {
        text?: string;
        style?: string;
    }
    Index

    Properties

    Properties

    text?: string
    style?: string