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

Commit

Permalink
Merge pull request #6 from lelivrescolaire/fix/onContentDidChange-cal…
Browse files Browse the repository at this point in the history
…lback

fix(callbacks): fix onContentDidChange
  • Loading branch information
arncet authored Feb 21, 2020
2 parents 9ed8f09 + 4dcb849 commit c64337a
Show file tree
Hide file tree
Showing 6 changed files with 1,399 additions and 1,410 deletions.
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

0 comments on commit c64337a

Please sign in to comment.