Skip to main content

Function: Watermark()

function Watermark(__namedParameters): Element;

Defined in: components/chrome.tsx:18

The unlicensed watermark (docs/15 §5.3): a fixed corner badge on .rasd-root, rendered by <RasdProvider> while the license state is limited/invalid or the react feature is not granted.

Deliberate a11y shape: role="note" with aria-hidden="false" — it is real information for screen-reader users, not decoration — but it is NOT focusable and takes no pointer events, so it can never trap a keyboard user or block a control underneath it. Hosts restyle it through the rasd-Watermark__root/__text parts; the EULA (docs/12 §5.2) allows restyling and repositioning, not removal.

Parameters

ParameterType
__namedParametersWatermarkProps

Returns

Element