[Go to site: main page, start]

Interface FormulaEditorConfiguration

interface FormulaEditorConfiguration {
    context: string;
    formula: string;
}
Index

Properties

Properties

context: string

The formula editing context.

formula: string

The formula being edited.