extend Selection Backward extendSelectionBackward : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:265 extend Selection Downward extendSelectionDownward : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:281 extend Selection Forward extendSelectionForward : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:261 extend Selection Upward extendSelectionUpward : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:277 extend To Group End extendToGroupEnd : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:297 extend To Group Start extendToGroupStart : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:293 extend To Math Field End extendToMathFieldEnd : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:305 extend To Math Field Start extendToMathFieldStart : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:301 extend To Next Boundary extendToNextBoundary : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:285 extend To Next Word extendToNextWord : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:269 extend To Previous Boundary extendToPreviousBoundary : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:289 extend To Previous Word extendToPreviousWord : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:273 move After Parent moveAfterParent : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:185 move Before Parent moveBeforeParent : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:181 move Down moveDown : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:209 move To Group End moveToGroupEnd : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:225 move To Group Start moveToGroupStart : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:221 move To Mathfield End moveToMathfieldEnd : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:241 move To Mathfield Start moveToMathfieldStart : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:237 move To Next Char moveToNextChar : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:197 move To Next Group moveToNextGroup : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:229 move To Next Placeholder moveToNextPlaceholder : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:189 move To Next Word moveToNextWord : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:213 move To Opposite moveToOpposite : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:177 move To Previous Char moveToPreviousChar : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:201 move To Previous Group moveToPreviousGroup : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:233 move To Previous Placeholder moveToPreviousPlaceholder : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:193 move To Previous Word moveToPreviousWord : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:217 move To Subscript moveToSubscript : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:249 move To Superscript moveToSuperscript : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:245 move Up moveUp : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:205 select All selectAll : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:257 select Group selectGroup : ( model : Model ) => boolean
Defined in node_modules/.pnpm/mathlive@0.98.6/node_modules/mathlive/dist/types/commands.d.ts:253
To perform editing commands on a mathfield, use [[MathfieldElement.executeCommand]] with the commands below.
Commands return true if they resulted in a dirty state.
Command
executeCommand