Preparing search index...
The search index is not available
Tone.js
Tone.js
ParamOptions
Interface ParamOptions<TypeName>
interface
ParamOptions
<
TypeName
>
{
context
:
BaseContext
;
convert
:
boolean
;
maxValue
?:
number
;
minValue
?:
number
;
param
:
AudioParam
|
Param
<
TypeName
>
;
swappable
?:
boolean
;
units
:
TypeName
;
value
?:
UnitMap
[
TypeName
]
;
}
Type Parameters
TypeName
extends
UnitName
Hierarchy
ToneWithContextOptions
ParamOptions
Index
Properties
context
convert
max
Value?
min
Value?
param
swappable?
units
value?
Properties
context
context
:
BaseContext
convert
convert
:
boolean
Optional
max
Value
max
Value
?:
number
Optional
min
Value
min
Value
?:
number
param
param
:
AudioParam
|
Param
<
TypeName
>
Optional
swappable
swappable
?:
boolean
units
units
:
TypeName
Optional
value
value
?:
UnitMap
[
TypeName
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
context
convert
max
Value
min
Value
param
swappable
units
value
Tone.js
Loading...