Menu: {
    title: string;
    children?: Menu[];
    markerId?: string;
    link?: string;
    action?: Function;
    embed?: string;
    image?: string;
    content?: string;
    markdown?: string;
}

A custom pop-out menu containing content pages or direct external links to websites, or direct links to opening a marker. This is created in the Micrio editor.

Type declaration

  • title: string

    The menu title

  • Optional children?: Menu[]

    Child menu elements

  • Optional markerId?: string

    Open this marker when clicking menu

  • Optional link?: string

    Direct link url for menu button

  • Optional action?: Function

    Optional direct action function when clicked

  • Optional embed?: string

    For page: iframe embed

  • Optional image?: string

    For page: page image

  • Optional content?: string

    For page: content HTML

  • Optional markdown?: string

    For page: content markdown

Generated using TypeDoc