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

    Interface DataItem

    Represents a data item in a data tree

    interface DataItem {
        data: string;
        id: string;
        type: string;
    }
    Index

    Properties

    Properties

    data: string

    The actual returned data as a string that may need to be parsed

    id: string

    The grasshopper refrence id of the output

    type: string

    The type of the data, inferred from the Grasshopper GOO class