You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`value`|`string`| The content of the matfield, represented as a LaTeX string. |
60
-
|`config`|`object`| Configuration options for the mathfield. See [documentation](http://cortexjs.io/docs/mathlive/?q=MathfieldConfig)|
60
+
|`options`|`object`| Configuration options for the mathfield. See [documentation](http://cortexjs.io/docs/mathlive/?q=MathfieldConfig)|
61
61
|`onKeystroke`|`(keystroke:string, ev:Event) => boolean`| A callback invoked when a key is pressed. `keystroke` is a string describing the keystroke, `ev` is the native keyboard event. Return false to stop handling of the event |
62
62
|`onMoveOutOf`|`(string) => boolean`| A callback invoked when keyboard navigation would cause the insertion point to leave the mathfield. The argument indicates the direction of the navigation, either "forward" or "backward". Return false to prevent the move, true to wrap around to the start of the field. By default, the insertion point will wrap around. |
63
63
|`onTabOutOf`|`(string) => boolean`| A callback invoked when pressing tab (or shift-tab) would cause the insertion point to leave the mathfield. The argument indicates the direction of the navigation, either "forward" or "backward". Return false to prevent the move, true to wrap around to the start of the field. By default, the insertion point will wrap around. |
0 commit comments