Defines the entity in the model.

interface IEntity {
    handle: string;
}

Properties

Properties

handle: string

Component original handle in the model.