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:

getParameterAttributes: ({ id, component, placeholder, isMultiline, }: GetParameterAttributesProps) => Record<string, string | boolean | undefined>

Parameters

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

Returns:

Record<string, string | boolean | undefined>