Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptTextPadding

Padding options.
See: IGruntOptText
See: IGruntOptText.padding

Hierarchy

  • IOptTextPadding

Index

Properties

Properties

Optional padleft

padleft: string | number

A value of string or number to apply before each line of a file that is to be inserted.
String value is literal padding.
Number will be converted into spaces.

Optional padright

padright: string | number

A value of string or number to apply after each line of a file that is to be inserted.
String value is literal padding.
Number will be converted into spaces

Generated using TypeDoc