Interface EntityData

Entity data, including the entity's type id and its name.

interface EntityData {
    name: string;
    typeId: string;
}

Properties

Properties

name: string

Name of the entity.

typeId: string

The entity's type id.