TransactionParser
    Preparing search index...

    Interface IDataPosition

    IDataPosition interface is a helper interface to be used with ICopybookItem and represents the location of a specific copybook item in transaction data (the offset property) and the length of this copybook item (the byteLength property)

    This interface is implemented by DataItem

    interface IDataPosition {
        byteLength: number;
        offset: number;
    }
    Index

    Properties

    Properties

    byteLength: number
    offset: number