TimelineKit API
    Preparing search index...

    Interface KanbanAssignee

    Resolved assignee info for display in card rendering.

    interface KanbanAssignee {
        color?: string;
        imageUrl?: string;
        name: string;
    }
    Index

    Properties

    Properties

    color?: string

    Background color for the avatar circle. If not provided, a color is derived from the name.

    imageUrl?: string

    URL of avatar image. If not provided, initials are shown.

    name: string

    Display name (used for initials when no imageUrl).