EventBlueprint source
Properties
-
detailKeys :Property source
-
List of key for the details dictionary
Default Value: - {Object} empty array
-
identifier :Property source
-
The identifier is the name of the blueprint, dot, the name of the event blueprint, and is used to make the serialization of property blueprints more readable.
Default Value: - {string} this.name
-
owner source
-
Component description attached to this property blueprint.
Methods
-
initWithNameAndBlueprint(name, blueprint) source
-
Initialize a newly allocated property blueprint.
Parameters:
Name Type Description name
string name of the property blueprint to create
blueprint
Blueprint Returns:
this
-
name() → {string} source
-
Name of the object. The name is used to define the property on the object.
Returns: string
this._name
Generated from a4679af