Interface ILinkDesc

interface ILinkDesc {
    alignment?: EAlignment;
    escape?: boolean;
    pattern?: string;
    patternTemplates?: string[];
}

Hierarchy (View Summary)

Properties

alignment?: EAlignment

column alignment: left, center, right

left
escape?: boolean

escape html tags

pattern?: string

replacement pattern, use use ${value} for the current value, ${escapedValue} for an url safe value and ${item} for the whole item

patternTemplates?: string[]

optional list of pattern templates