Membrane React - v0.2.1
    Preparing search index...

    Interface CreateFlowNodeRequest

    interface CreateFlowNodeRequest {
        type: string;
        config?: any;
        ui?: any;
        links?: FlowNodeLink[];
    }
    Index

    Properties

    Properties

    type: string
    config?: any
    ui?: any
    links?: FlowNodeLink[]