Types.Type.aliases

An enumerable object describing entity field aliases.

Syntax

entity.$type.aliases

Methods

Method Description
[get](aliasName) Returns an alias by its name.
[add](data) Adds a new alias.
[update](alias) Updates an existing alias.
[delete](aliasName) Deletes an alias from the type.

Alias Properties

Property Type Description
[name] string Alias property name.
[aliasedProperty] string The aliased property path.

Examples

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.