Interface: TextDestroyOptions

TextDestroyOptions

Options when destroying a text.

// destroy the text and its style
text.destroy({ style: true });
Properties:
Name Type Description
style boolean

Destroy the text style as well.

Members

style boolean

Destroy the text style as well.