Taos API Reference
    Preparing search index...

    Interface Attribution

    A line of attribution text (HTML) that must be displayed while a source is on screen. collapsible marks long provider lists that a UI may fold away.

    interface Attribution {
        html: string;
        collapsible?: boolean;
    }
    Index

    Properties

    Properties

    html: string
    collapsible?: boolean