Skip to content

BannedNode

Overview

BannedNode is the universal "no" symbol, which shows a circle with a line through it, see https://en.wikipedia.org/wiki/No_symbol. It's known by a number of different emoji names, include "banned", see https://emojipedia.org/no-entry-sign/. It is also referred to as a prohibition sign.

@author Chris Malley (PixelZoom, Inc.)

Class BannedNode

import { BannedNode } from 'scenerystack/scenery-phet';

Constructor

new BannedNode( providedOptions? : BannedNodeOptions )

Instance Methods

Type BannedNodeOptions

import type { BannedNodeOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for BannedNode.ts in the scenery-phet repository.