Type alias ViewDescriptionType<Type>

ViewDescriptionType<Type>: {
    globallyUniqueId: string;
    id: string;
    name: string;
    type: Type;
}

Generic description of a View.

Type Parameters

  • Type extends string

Type declaration

  • globallyUniqueId: string

    A globally unique identifier for this View.

  • id: string

    An identifier for this View.

  • name: string

    Name of the View.

  • type: Type

    Type of the View.