Interface IStringDesc

interface IStringDesc {
    alignment?: EAlignment;
    escape?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

alignment?: EAlignment

column alignment: left, center, right

left
escape?: boolean

escape html tags