Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormatItemOptions

Defines possible options for a string format replacement operation.

Hierarchy

  • FormatItemOptions

Index

Properties

alignmentComponent

alignmentComponent: string

The optional alignment component is a signed integer indicating the preferred formatted field width.

formatItem

formatItem: string

A format string matching the Format Item Syntax.

formatStringComponent

formatStringComponent: string

The optional formatString component is a format string that is appropriate for the type of object being formatted.

indexComponent

indexComponent: string

The mandatory index component, also called a parameter specifier, is a number starting from 0 that identifies a corresponding item in the list of objects.

Generated using TypeDoc