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