MicrophoneButtonContextualMenuStyles interface

Styles for the MicrophoneButton menu.

Extends

IContextualMenuStyles

Properties

menuItemStyles

Styles for the items inside the MicrophoneButton 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.

subComponentStyles

SubComponent styles.

title

Style override for the contextual menu title.

Property Details

menuItemStyles

Styles for the items inside the MicrophoneButton 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