Preparing search index...
The search index is not available
tweakpane-monorepo
tweakpane-monorepo
@tweakpane/core
BladeController
Class BladeController<V>
A controller that has a view to control.
Type Parameters
V
extends
View
Hierarchy
BladeController
ValueBladeController
LabelController
RackLikeController
RackController
Implements
Controller
<
V
>
Index
Constructors
constructor
Properties
blade
view
view
Props
Accessors
parent
Constructors
constructor
new
Blade
Controller
<
V
>
(
config
:
Config
<
V
>
)
:
BladeController
<
V
>
Type Parameters
V
extends
View
Parameters
config:
Config
<
V
>
Returns
BladeController
<
V
>
Properties
Readonly
blade
blade
:
Blade
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>
Blade
Controller
constructor
blade
view
view
Props
parent
Generated using
TypeDoc
A controller that has a view to control.