Micrio Client - v6.0.0
    Preparing search index...

    Interface MarkerCultureData

    interface MarkerCultureData {
        audio?: Audio;
        body?: string;
        bodySecondary?: string;
        embedDescription?: string;
        embedTitle?: string;
        embedUrl?: string;
        label?: string;
        slug?: string;
        title?: string;
    }
    Index

    Properties

    audio?: Audio

    Audio asset

    body?: string

    Marker main body HTML

    bodySecondary?: string

    Marker secondary body HTML

    embedDescription?: string

    Embed description

    embedTitle?: string

    Embed title

    embedUrl?: string

    An optional iframe embed url

    label?: string

    Alternative title to display as marker label

    slug?: string

    The marker url slug

    title?: string

    The main marker title