Nutrient Web SDK

ReferenceUIStampSlots

Type Alias StampSlots

Stamp-related slot configuration - stamp creation and selection.

  • create - the custom stamp creation view (draw or configure a new stamp).
  • list - the stamp picker showing available stamp templates.

Each slot can be customized independently. Use getInstance()?.setViewState(vs => vs.set("interactionMode", InteractionMode.STAMP_PICKER)) to programmatically open the stamp picker.

Type Alias

Properties

create

Optional

Customize or hide the custom stamp creation view.

list

Optional

Customize or hide the stamp selection list / picker (shows available stamp templates).