bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class TextFormatDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalvalues: string[]

      Returns TextFormatDto

    Properties

    text: string

    Text to format

    Hello {0}
    
    values: string[]

    Values to format

    ["World"]