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

    Interface ComputeDataItem

    Simple data item for compute requests (not to be confused with DataItem interface for responses). Note: While TypeScript defines this as string, Rhino Compute accepts boolean/number primitives in JSON.

    interface ComputeDataItem {
        data: string | number | boolean;
    }
    Index

    Properties

    Properties

    data: string | number | boolean