Team link attributes

Hierarchy

  • TeamLinkAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
label: string

The link's label

position?: number

The link's position, used to sort links for the team

teamId?: string

ID of the team the link is associated with

url: string

The URL for the link

Generated using TypeDoc