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

    Interface BooleanInputType

    Boolean input type

    interface BooleanInputType {
        default: DefaultValue<boolean>;
        description: string;
        groupName?: string;
        id?: string;
        name: string;
        nickname: string | null;
        paramType: "Boolean";
        treeAccess: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    default: DefaultValue<boolean>
    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
    paramType: "Boolean"
    treeAccess: boolean