Type Alias: OperationParam
OperationParam =
object
Defined in: operations/types.ts:79
an operation param describes what data be provided to this operation some type of operations inherent from this to offer more specific validation data
Properties
dx
dx:
string
Defined in: operations/types.ts:83
name
name:
string
Defined in: operations/types.ts:80
type
type:
"number"|"boolean"|"select"|"file"|"string"|"draft"|"p5-canvas"
Defined in: operations/types.ts:81
value
value:
OpParamValType
Defined in: operations/types.ts:82