Interface IdentificationKeyValidation

Identification key validation parameters.

interface IdentificationKeyValidation {
    positionOffset?: number;
}

Hierarchy (View Summary)

Properties

Properties

positionOffset?: number

Position offset within a larger string. Strings are sometimes composed of multiple substrings; this parameter ensures that the error notes the proper position in the string.