@archastro/sdk
    Preparing search index...

    Interface NodeType

    Schema for a workflow node type definition

    interface NodeType {
        badge?: string;
        category?: string;
        color?: string;
        description: string;
        docs?: string;
        fields: NodeField[];
        id: string;
        label: string;
    }
    Index

    Properties

    badge?: string

    Short badge text for UI

    category?: string

    Category for grouping (e.g., Logic, Network, Utility)

    color?: string

    Hex color for UI display

    description: string

    Node description

    docs?: string

    Extended documentation

    fields: NodeField[]

    Field definitions for this node type

    id: string

    Unique node type identifier

    label: string

    Display label