@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface MediaMetadata

    interface MediaMetadata {
        album: string;
        artist: string;
        artwork: readonly MediaImage[];
        title: string;
    }
    Index

    Properties

    album: string
    artist: string
    artwork: readonly MediaImage[]
    title: string