Info: {
title: string;
type_specific:
| {
default: number;
t: "numeric";
units: string;
valid_range: readonly [number, number];
}
| { default: string; t: "enum"; values: readonly string[] }
| { default: boolean; t: "switch" };
}
Type Declaration
title: string
type_specific:
| {
default: number;
t: "numeric";
units: string;
valid_range: readonly [number, number];
}
| { default: string; t: "enum"; values: readonly string[] }
| { default: boolean; t: "switch" }
Information about a parameter.