OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface DiagramStep

    A single step in an animated flow diagram.

    interface DiagramStep {
        color?: string;
        detail?: string;
        icon?: string;
        label: string;
    }
    Index

    Properties

    color?: string

    Accent color for this step's box. Default "#1a7a4a".

    detail?: string

    Optional detail line below the label.

    icon?: string

    Optional emoji or single character icon.

    label: string

    Short label for this step.