onshape-cadscript
Preparing search index...
ParameterSpec
Interface ParameterSpec<T>
interface
ParameterSpec
<
T
>
{
choices
?:
readonly
T
[]
;
default
:
T
;
description
?:
string
;
kind
:
"number"
|
"boolean"
|
"length"
|
"choice"
;
max
?:
T
;
min
?:
T
;
}
Type Parameters
T
Index
Properties
choices?
default
description?
kind
max?
min?
Properties
Optional
Readonly
choices
choices
?:
readonly
T
[]
Readonly
default
default
:
T
Optional
Readonly
description
description
?:
string
Readonly
kind
kind
:
"number"
|
"boolean"
|
"length"
|
"choice"
Optional
Readonly
max
max
?:
T
Optional
Readonly
min
min
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
default
description
kind
max
min
onshape-cadscript
Loading...