Bitbybit Docs
    Preparing search index...

    Class TextJoinDto (Inputs.Text)

    Texts and a separator for text.join, which writes them one after another.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionallist: string[]
      • Optionalseparator: string

      Returns TextJoinDto

    Properties

    list: string[]

    The texts to join, in order.

    undefined
    
    separator: string

    The text placed between neighbors; an empty text joins them directly.

    ,