The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.

Home > @edtr-io/math > MathEditorConfig

MathEditorConfig interface

Signature:
export interface MathEditorConfig

Properties

PropertyTypeDescription
i18n{ placeholder: string; displayBlockLabel: string; editors: { visual: string; latex: string; noVisualEditorAvailableMessage: string; }; helpText(KeySpan: React.ComponentType<{ children: React.ReactNode; }>): React.ReactNode; }
theme{ backgroundColor: string; color: string; hoverColor: string; active: { backgroundColor: string; color: string; }; dropDown: { backgroundColor: string; }; }