Bitbybit Docs
    Preparing search index...

    Class TextIndexDto (Inputs.Text)

    Um texto e uma posição para text.charAt.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalindex: number

      Returns TextIndexDto

    Properties

    text: string

    O texto de onde ler um carácter.

    hello
    
    index: number

    Posição do carácter, a contar de 0.

    0
    

    0

    Infinity

    1