Signature (Angular)
This guide demonstrates how to use the Signature component.
Signature Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘signature’ + index suffix | Unique name of the Signature. |
Value | string | null | Signature value as a Data URI. |
Disabled | boolean/expression | false | Is Signature disabled. |
Visible | boolean/expression | true | Is Signature visible. |
Color | string | null | Signature pen color. |
BackgroundColor | string | null | Signature background color. |
Signature Events
Name | Type | Default | Description |
---|---|---|---|
Change | event | null | Change event of the Signature. New value as event argument. |
For more info about event actions please visit event actions in our documentation.
Angular declaration
<rz-signature #singature [(ngModel)]="order && order.Singature" name="Singature">
</rz-signature>