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

    Interface FileInputType

    File input type

    interface FileInputType {
        acceptedFormats?: string[];
        default: DefaultValue<string | object>;
        description: string;
        groupName?: string;
        id?: string;
        name: string;
        nickname: string | null;
        paramType: "File";
        treeAccess: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptedFormats?: string[]
    default: DefaultValue<string | object>
    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: "File"
    treeAccess: boolean