ActorHeaderInfo: {
    avatarUrl?: string | null;
    htmlUrl?: string | null;
    id: string;
    identifier: string;
    name?: string | null;
}

ActorHeaderInfo Derived information suitable to be displayed in a header line.

Type declaration

  • OptionalavatarUrl?: string | null

    The url of the avatar to use for the actor

  • OptionalhtmlUrl?: string | null

    Location of a html representation of the actor

  • id: string

    id of the actor, can be assumed to be globally unique.

  • identifier: string

    Identifier to display for the actor

  • Optionalname?: string | null

    Display name of the actor