# Class: PulsarObject
core.PulsarObject
Base class for parent-level elements in Pulsar.
Instances will typically contain one or more CanvasContainer instances which themselves contain ResponsiveCanvas instances.
Internally, it has a display style of "grid".
# Hierarchy
HTMLElement↳
PulsarObject↳↳
Figure
# Table of contents
# Constructors
# Properties
# Methods
# Constructors
# constructor
• new PulsarObject()
# Overrides
HTMLElement.constructor
# Defined in
core/PulsarObject.ts:15 (opens new window)
# Properties
# containers
• containers: CanvasContainer[] = []
List of the child CanvasContainer instances of the object.
# Defined in
core/PulsarObject.ts:13 (opens new window)
# Methods
# show
▸ show(): void
Sets the display style to "grid".
# Returns
void
# Defined in
core/PulsarObject.ts:25 (opens new window)
# hide
▸ hide(): void
Sets the display style to "none".
# Returns
void