Skip to main content

IMenuFontEditorOptions

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

See Menu.fontEditor

Properties

PropertyTypeDescriptionDefined in
asGroupstringA name of the group in the menu.js-api/src/widgets/types.ts:128
fontFamiliesIterable<String>List of available font families.js-api/src/widgets/types.ts:125
fontSizeMaxnumberMaximum font size.js-api/src/widgets/types.ts:119
fontSizeMinnumberMinimum font size.js-api/src/widgets/types.ts:116
fontSizeStepnumberStep of font size.js-api/src/widgets/types.ts:122
onChange(value) => voidCalled when font is changedjs-api/src/widgets/types.ts:131