Class baja.Action
Extends
baja.Slot.
Action Slot.
Action is a Slot that defines a behavior which can be invoked 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 |
|---|---|
|
isAction()
Is the Slot an Action?
|
- Methods borrowed from class baja.Slot:
- $getDisplayName, $setDisplayName, getName, isFrozen, isProperty, isTopic, toString
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Method Detail
{Boolean}
isAction()
Is the Slot an Action?
- Returns:
- {Boolean}