Skip to content

Commit

Permalink
add comments to new context properties
Browse files Browse the repository at this point in the history
  • Loading branch information
francismengMS committed May 23, 2024
1 parent 4b76be2 commit cc77651
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@ export interface EditorContext {
*/
rootFontSize?: number;

/**
* Optional parameter that indicate the customized classes to be applied on selection block.
*/
selectionClassName?: string;
}

0 comments on commit cc77651

Please sign in to comment.