Nutrient Web SDK
    Preparing search index...

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

    type StampSlots = {
        create?: StampCreationUI;
        list?: StampListUI;
    }
    Index

    Properties

    Properties

    Customize or hide the custom stamp creation view.

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