FrozenAction

FrozenAction

new FrozenAction()

Description:
  • Frozen 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

Source:

Extends

Members

getDefaultFlags

Description:
  • Return the default flags for the Action.

Source:

Return the default flags for the Action.

Methods

equals(obj) → {Boolean}

Description:
  • Indicates whether some other object is equal to this one.

Source:
Inherited From:
Parameters:
Name Type Description
obj Object

the reference object with which to compare.

Returns:

true if this object is the same as the obj argument; false otherwise.

Type
Boolean

getFacets()

Description:
  • Return the Facets for the Action.

Source:
See:
Returns:

the Slot Facets

getFlags() → {Number}

Description:
  • Return the Flags for the Action.

Source:
Overrides:
See:
Returns:
Type
Number

getName() → {String}

Description:
  • Return the name of the Slot.

Source:
Inherited From:
Returns:
Type
String

getParamDefault() → {baja.Value|null}

Description:
  • Return the Action's Default Value.

Source:
Returns:

the parameter default value (or null if the Action has no argument).

Type
baja.Value | null

getParamType() → {Type|null}

Description:
  • Return the Action's Parameter Type.

Source:
Returns:

the Parameter's Type (or null if the Action has no argument).

Type
Type | null

getReturnType() → {Type|null}

Description:
  • Return the return Type for the Action.

Source:
Returns:

the return Type (or null if the Action has no return Type).

Type
Type | null

isAction() → {Boolean}

Description:
  • Is the Slot an Action?

Source:
Inherited From:
Returns:
Type
Boolean

isFrozen() → {Boolean}

Description:
  • Is the Slot frozen?

Source:
Overrides:
Returns:
Type
Boolean

isProperty() → {Boolean}

Description:
  • Is the Slot a Property?

Source:
Inherited From:
Returns:
Type
Boolean

isTopic() → {Boolean}

Description:
  • Is the Slot a Topic?

Source:
Inherited From:
Returns:
Type
Boolean

toString() → {String}

Description:
  • Return a String representation of the Slot.

Source:
Inherited From:
Returns:
Type
String

valueOf() → {*}

Description:
  • Return the inner value of the object.

    By default the object's instance is returned.

Source:
Inherited From:
Returns:

the inner value of the object or just the object's instance.

Type
*