Preparing search index...
The search index is not available
tweakpane-monorepo
tweakpane-monorepo
tweakpane
<internal>
ValueBladeController
Class ValueBladeController<T, V>
A controller that has a view to control.
Type Parameters
T
V
extends
View
Hierarchy
BladeController
<
V
>
ValueBladeController
LabeledValueController
Index
Constructors
constructor
Properties
blade
value
view
view
Props
Accessors
parent
Constructors
constructor
new
Value
Blade
Controller
<
T
,
V
>
(
config
:
Config
<
T
,
V
>
)
:
ValueBladeController
<
T
,
V
>
Type Parameters
T
V
extends
View
Parameters
config:
Config
<
T
,
V
>
Returns
ValueBladeController
<
T
,
V
>
Properties
Readonly
blade
blade
:
Blade
Readonly
value
value
:
Value
<
T
>
Readonly
view
view
:
V
Readonly
view
Props
view
Props
:
ViewProps
Accessors
parent
get
parent
(
)
:
null
|
BladeRack
Returns
null
|
BladeRack
set
parent
(
parent
:
null
|
BladeRack
)
:
void
Parameters
parent:
null
|
BladeRack
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
tweakpane-
monorepo
@tweakpane/core
<internal>
tweakpane
<internal>
Value
Blade
Controller
constructor
blade
value
view
view
Props
parent
Generated using
TypeDoc
A controller that has a view to control.