display-signature

Overview

Version compatibility

The display-signature component was visually updated in version 4.74.0 of the JourneyApps Runtime.

Allows users to display a signature that was previously captured.

Basic Example

<var name="authorization_signature" type="signature" />

<display-signature label="Authorized" bind="authorization_signature" />

Standard Attributes

bind

pagebind

label

pagelabel

Advanced Attributes

align-content

pagealign-content

align-label

pagealign-label

fullwidth

See capture-signature > fullwidth

id

pageid

label-case

Version compatibility

label-case was introduced in version 4.80.0 of the JourneyApps Runtime.

pagelabel-case

label-color

pagelabel-color

show-if and hide-if

pageshow-ifpagehide-if

Component Methods

The following component methods are available when an id is assigned to the component and component.displaySignature({id:'my-id'}) is called from JS/TS:

closeMedia

See capture-signature > closeMedia

openMedia

See capture-signature > openMedia

scrollIntoView

See capture-signature > scrollIntoView

Last updated