Constructor
Hide an annotation or form field.
Parameters:
Name | Type | Description |
---|---|---|
args |
object |
Example
const action = new PSPDFKit.Actions.HideAction({ hide: true });
Extends
Members
Members
A list of references to annotations, either via the pdfObjectId
or a form field name.
Type:
- PSPDFKit.Immutable.List.<({fieldName: string}|{pdfObjectId: number})>
If true
, the action will hide the annotation, otherwise it will show it.
Type:
- boolean
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From: