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

    Interface GrasshopperParsedIORaw

    Parsed input/output structure with raw schemas

    interface GrasshopperParsedIORaw {
        inputs: InputParamSchema[];
        outputs: OutputParamSchema[];
    }
    Index

    Properties

    Properties