Type alias GenericViewDescription

GenericViewDescription: {
    globallyUniqueId: string;
    id: string;
    name: string;
}

Generic description of a View.

Type declaration

  • globallyUniqueId: string

    A globally unique identifier for this View.

  • id: string

    An identifier for this View.

  • name: string

    Name of the View.

Generated using TypeDoc