DocsReact UIui-componentsHandoffIndicatorProps
Package: @hexos/react-ui

Props for the HandoffIndicator component.

interface HandoffIndicatorProps {
    fromAgent: string;
    toAgent: string;
    fromAgentName?: string;
    toAgentName?: string;
    reason?: string;
    timestamp?: Date;
    animated?: boolean;
    variant?: 'inline' | 'card';
    className?: string;
}

fromAgent

string

toAgent

string

fromAgentName

string

toAgentName

string

reason

string

timestamp

Date

animated

boolean

variant

'inline' | 'card'

className

string