@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias SequenceDiagramParticipantAction

    type SequenceDiagramParticipantAction = {
        destructive?: boolean;
        disabled?: boolean;
        icon?: React.ReactNode;
        id: string;
        label: React.ReactNode;
        onSelect?: (participant: PositionedParticipant) => void;
    }
    Index

    Properties

    destructive?: boolean
    disabled?: boolean
    icon?: React.ReactNode
    id: string
    label: React.ReactNode
    onSelect?: (participant: PositionedParticipant) => void