Bitbybit Docs
    Preparing search index...

    Class TextIndexDto (Inputs.Text)

    A text and a position for text.charAt.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalindex: number

      Returns TextIndexDto

    Properties

    text: string

    The text to read a character from.

    hello
    
    index: number

    Position of the character, counting from 0.

    0
    

    0

    Infinity

    1