Constructor
Hide an annotation or form field.
Parameters:
Name | Type | Description |
---|---|---|
args |
Object |
Example
Create a new HideAction
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