Bitbybit Docs
    Preparing search index...

    Class TextRepeatDto (Inputs.Text)

    用于 text.repeat 的文本和次数。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalcount: number

      Returns TextRepeatDto

    Properties

    text: string

    被一遍又一遍写出的文本。

    ha
    
    count: number

    文本在结果中出现多少次。

    3
    

    0

    Infinity

    1