Skip to main content

@microsoft/fast-foundation > MenuItemOptions

Menu Item configuration options

Signature:
export declare type MenuItemOptions = FoundationElementDefinition & StartEndOptions & {
checkboxIndicator?: string | SyntheticViewTemplate;
expandCollapseGlyph?: string | SyntheticViewTemplate;
radioIndicator?: string | SyntheticViewTemplate;
};