Class baja.Topic
Extends
baja.Slot.
Topic Slot.
Topic defines a Slot which indicates an event that is fired on a Component.
A new object should never be directly created with this Constructor. All Slots are
created internally by BajaScript.
Defined in: comp.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
isTopic()
Is the Slot a Topic?
|
- Methods borrowed from class baja.Slot:
- $getDisplayName, $setDisplayName, getName, isAction, isFrozen, isProperty, toString
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
{Boolean}
isTopic()
Is the Slot a Topic?
- Returns:
- {Boolean}