Skip to main content

IMenuFontEditorOptions

Defined in: js-api/src/widgets/types.ts:112

See Menu.fontEditor

Properties

PropertyTypeDescriptionDefined in
asGroupstringA name of the group in the menu.js-api/src/widgets/types.ts:126
fontFamiliesIterable<String>List of available font families.js-api/src/widgets/types.ts:123
fontSizeMaxnumberMaximum font size.js-api/src/widgets/types.ts:117
fontSizeMinnumberMinimum font size.js-api/src/widgets/types.ts:114
fontSizeStepnumberStep of font size.js-api/src/widgets/types.ts:120
onChange(value) => voidCalled when font is changedjs-api/src/widgets/types.ts:129