Home > @uniformdev/richtext > getRichTextTagsFromTextFormat
getRichTextTagsFromTextFormat() function
Convert format bitflag for holding text formats into relevant tags
Signature:
declare function getRichTextTagsFromTextFormat(format: number): string[];
Parameters
Parameter | Type | Description |
---|---|---|
format | number |
Returns:
string[]