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

    Interface BaseInputType

    Base properties common to all processed input types. Note: groupName and id require the custom Rhino Compute branch.

    interface BaseInputType {
        description: string;
        groupName?: string;
        id?: string;
        name: string;
        nickname: string | null;
        treeAccess: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    groupName?: string

    Name of the group this parameter belongs to.

    Custom branch of compute.rhino3d

    id?: string

    Unique identifier for the parameter.

    Custom branch of compute.rhino3d

    name: string
    nickname: string | null
    treeAccess: boolean