Interface ILinkDesc

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

Hierarchy (view full)

Properties

alignment?: EAlignment

column alignment: left, center, right

Default

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