Controlsfactoryopts

ControlsFactoryOpts interface

Signature:

export interface ControlsFactoryOpts 

Properties

Property

Modifiers

Type

Description

object?

any

(Optional) The object to control, See the docs for each type for more info

params?

ControlsParams[ControlsType]

(Optional) The parameters to pass to the controls constructor.

target?

any

(Optional) The target object to control, See the docs for each type for more info

type

ControlsType

The type of controls to create.