Search Docs
Loading...
Skip to content

Type Alias: TextToggleBoldAction

type TextToggleBoldAction = () => void;

Action function for toggling bold on selected text. Branches on the engine edit mode internally.

Returns#

void