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¶
Constructor¶
new BannedNode( providedOptions? : BannedNodeOptions )¶
Instance Methods¶
Type BannedNodeOptions¶
- radius?: number
- & PickOptional<PaintableOptions, "lineWidth" | "stroke" | "fill"> & StrictOmit<NodeOptions, "children">
Source Code¶
See the source for BannedNode.ts in the scenery-phet repository.