createPolyControls
Call Signature
createPolyControls(
poly
,options
?):Record
<string
,Control
>
Defined in: src/controls/polyControl.ts:105
Parameters
poly
options?
Partial
<Control
>
Returns
Record
<string
, Control
>
Call Signature
createPolyControls(
numOfControls
,options
?):Record
<string
,Control
>
Defined in: src/controls/polyControl.ts:109
Parameters
numOfControls
number
options?
Partial
<Control
>
Returns
Record
<string
, Control
>