Type Alias CustomMenu

CustomMenu: {
    id: string;
    icon: CustomMenuIcon;
    title: string;
    url: string;
    order: number;
    showOnCompany: boolean;
    showOnLocation: boolean;
    showToAllLocations: boolean;
    locations: string[];
    openMode: CustomMenuOpenMode;
    userRole: CustomMenuUserRole;
    allowCamera: boolean;
    allowMicrophone: boolean;
}

Type declaration

  • id: string
  • icon: CustomMenuIcon
  • title: string
  • url: string
  • order: number
  • showOnCompany: boolean
  • showOnLocation: boolean
  • showToAllLocations: boolean
  • locations: string[]
  • openMode: CustomMenuOpenMode
  • userRole: CustomMenuUserRole
  • allowCamera: boolean
  • allowMicrophone: boolean