Open Pioneer Trails Packages
    Preparing search index...

    Interface AttributionItem

    An item that should be displayed as part of the attributions for the map.

    interface AttributionItem {
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    The attribution's text.

    Note that this property contains raw HTML tags. The HTML content has been sanitized, so it is safe to display in the user interface.