Skip to content

RichTextCleanable

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/util/rich-text/RichTextCleanable.ts for the most up-to-date information.

Overview

Mixin for RichText elements in the hierarchy that should be pooled with a clean() method.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Type RichTextCleanableNode

import type { RichTextCleanableNode } from 'scenerystack/scenery';

Source Code

See the source for RichTextCleanable.ts in the scenery repository.