mergedBy(_:)

Changes the default merge action of this attribute.

Html+Attributes.swift:51
consuming func mergedBy(_ action: HTMLAttributeMergeAction) -> HTMLAttribute

Parameters

action

The new merge action to use.

Returns

A modified attribute with the specified merge action.