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

    Type Alias JourneyMapTouchpoint

    type JourneyMapTouchpoint = {
        description?: React.ReactNode;
        id: string;
        label: React.ReactNode;
        meta?: React.ReactNode;
        owner?: React.ReactNode;
        phaseId: string;
        sentiment?: "positive" | "neutral" | "negative";
    }
    Index

    Properties

    description?: React.ReactNode
    id: string
    label: React.ReactNode
    meta?: React.ReactNode
    owner?: React.ReactNode
    phaseId: string
    sentiment?: "positive" | "neutral" | "negative"