Skip to content

AIDC Toolkit / GS1 / NonNumericIdentifierValidation

Interface: NonNumericIdentifierValidation

Defined in: src/non-numeric-identifier-validator.ts:22

Non-numeric identifier validation parameters.

Extends

Properties

exclusion?

optional exclusion: 0 | 2

Defined in: src/non-numeric-identifier-validator.ts:27

Exclusion support for reference. Prevents non-numeric identifier from being mistaken for numeric identifier.


positionOffset?

optional positionOffset: number

Defined in: src/identifier-validator.ts:45

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.

Inherited from

IdentifierValidation.positionOffset