@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias SatelliteWorkflowNode

    type SatelliteWorkflowNode = {
        command: string;
        description?: SatelliteLocaleText;
        icon?: string;
        inputs?: SatelliteWorkflowNodeField[];
        label?: SatelliteLocaleText;
        name: string;
        outputs?: SatelliteWorkflowNodeField[];
    }
    Index

    Properties

    command: string
    description?: SatelliteLocaleText
    icon?: string
    name: string