Class TextPadDto (Inputs.Text)
Constructors
constructor
new TextPadDto(text?: string, length?: number, padString?: string): TextPadDto Parameters
Optionaltext: stringOptionallength: numberOptionalpadString: string
Properties
text
text: string
length
length: number
padString
padString: string
A text, a length and a filler for
text.padStartandtext.padEnd.