DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias SignatureLockedFieldsProperties

    Defines range of the Field objects to be locked when SignatureField is signed.

    type SignatureLockedFieldsProperties = {
        fieldNames?: string[] | null;
        type: SignatureLockedFieldsType;
    }
    Index

    Properties

    Properties

    fieldNames?: string[] | null

    The list of fields' names which should be included / excluded from processing depending on 'type' property.

    The type of the range.