Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface GrasshopperParsedIO

    Parsed input/output structure with processed types

    interface GrasshopperParsedIO {
        inputs: InputParam[];
        outputs: OutputParamSchema[];
    }
    Index

    Properties

    Properties

    inputs: InputParam[]