Documentation - v1.7.0
    Preparing search index...

    Interface for TokenManager tokens.

    This interface defines the structure for tokens used in the TokenManager.

    Implements

    Index

    Constructors

    Properties

    currentState: undefined | string

    The current state of the token, can be undefined.

    end: number

    The end index of the token.

    start: number

    The start index of the token.

    tokenBlocks: TMTokenBlock[]
    type: string = 'token-aggregate'