simpleTextFieldsToTextAreas
function simpleTextFieldsToTextAreas(panel: WritableDraft<DesignSurface>): void;Defined in: simpleTextFieldsToTextAreas/simpleTextFieldsToTextAreas.ts:46
Converts all simple text fields to text areas.
Parameters
| Parameter | Type | Description |
|---|---|---|
panel | WritableDraft<DesignSurface> | The panel to mutate. |
Returns
void