Fixed #4951 - Add attrs param to all pt functions

This commit is contained in:
mertsincan 2023-12-10 21:41:17 +00:00
parent 0e97a92a15
commit 7581419a2d
80 changed files with 319 additions and 1 deletions

View file

@ -30,6 +30,10 @@ export interface EditorPassThroughMethodOptions {
* Defines current inline state.
*/
state: EditorState;
/**
* Defines valid attributes.
*/
attrs: any;
/**
* Defines parent options.
*/