-
|
How to use commands.toggleMark(parameter)?? What are the possible parameter to be passed in toggleMark()?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I will update the docs. The command can take one of the keys of marks object, here https://github.com/sibiraj-s/ngx-editor/blob/master/src/schema/marks.ts#L144 as a parameter. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related items and link to relevant comments in the thread. |
Beta Was this translation helpful? Give feedback.
I will update the docs. The command can take one of the keys of marks object, here https://github.com/sibiraj-s/ngx-editor/blob/master/src/schema/marks.ts#L144 as a parameter.