CameraButtonContextualMenuStyles interface
Styles for the CameraButton menu.
- Extends
-
IContextualMenuStyles
Properties
menu |
Styles for the items inside the CameraButton button menu. |
Inherited Properties
container | Style for the container which parents all menu items. |
header | Styles for the header item of a ContextualMenu |
list | Styles for the list that contains all menuItems. |
root | Base styles for the root element of all ContextualMenus. |
sub |
SubComponent styles. |
title | Style override for the contextual menu title. |
Property Details
menuItemStyles
Styles for the items inside the CameraButton button menu.
menuItemStyles?: IContextualMenuItemStyles
Property Value
IContextualMenuItemStyles
Inherited Property Details
container
Style for the container which parents all menu items.
container: IStyle
Property Value
IStyle
Inherited From IContextualMenuStyles.container
header
Styles for the header item of a ContextualMenu
header: IStyle
Property Value
IStyle
Inherited From IContextualMenuStyles.header
list
Styles for the list that contains all menuItems.
list: IStyle
Property Value
IStyle
Inherited From IContextualMenuStyles.list
root
Base styles for the root element of all ContextualMenus.
root: IStyle
Property Value
IStyle
Inherited From IContextualMenuStyles.root
subComponentStyles
SubComponent styles.
subComponentStyles: IContextualMenuSubComponentStyles
Property Value
IContextualMenuSubComponentStyles
Inherited From IContextualMenuStyles.subComponentStyles
title
Style override for the contextual menu title.
title: IStyle
Property Value
IStyle
Inherited From IContextualMenuStyles.title