Skip to content

simpleTextFieldsToTextAreas

function simpleTextFieldsToTextAreas(panel: WritableDraft<DesignSurface>): void;

Defined in: simpleTextFieldsToTextAreas/simpleTextFieldsToTextAreas.ts:46

Converts all simple text fields to text areas.

Parameters

ParameterTypeDescription
panelWritableDraft<DesignSurface>The panel to mutate.

Returns

void