Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

fix(callbacks): fix onContentDidChange #6

Merged
merged 2 commits into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dist/mathlive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ declare type MathFieldCallback = (mathfield: MathField) => void;
@property {boolean} keypressVibration?
@property {string} keypressSound?
@property {string} plonkSound?
@property {boolean} readOnly?
@property {"mathlive" | "sre"} textToSpeechRules?
@property {"ssml" | "mac"} textToSpeechMarkup?
@property {object} textToSpeechRulesOptions?
Expand Down Expand Up @@ -99,6 +100,7 @@ declare type MathFieldConfig = {
keypressVibration?: boolean;
keypressSound?: string;
plonkSound?: string;
readOnly?: boolean;
textToSpeechRules?: "mathlive" | "sre";
textToSpeechMarkup?: "ssml" | "mac";
textToSpeechRulesOptions?: any;
Expand Down
Loading