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 instance.setViewState(vs => vs.set("interactionMode", InteractionMode.STAMP_PICKER))
to programmatically open the stamp picker.
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
instance.setViewState(vs => vs.set("interactionMode", InteractionMode.STAMP_PICKER))to programmatically open the stamp picker.See
UI.Configuration