Type Alias UpdateCustomMenuDto
UpdateCustomMenuDto: { title?: string; url?: string; icon?: CustomMenuIcon; showOnCompany?: boolean; showOnLocation?: boolean; showToAllLocations?: boolean; openMode?: CustomMenuOpenMode; locations?: string[]; userRole?: CustomMenuUserRole; allowCamera?: boolean; allowMicrophone?: boolean;} Type declaration
Optional
title?: string
Optional
url?: string
Optional
showOnCompany?: boolean
Optional
showOnLocation?: boolean
Optional
showToAllLocations?: boolean
Optional
locations?: string[]
Optional
allowCamera?: boolean
Optional
allowMicrophone?: boolean