Home > @uniformdev/canvas > getParameterAttributes

getParameterAttributes() function

Returns the attributes needed to annotate a Uniform parameter for inline editing. Supports only text parameters at the moment.

Signature:

Parameters

ParameterTypeDescription
{ id, component, placeholder, isMultiline, }GetParameterAttributesProps

Returns:

Record<string, string | boolean | undefined>