File

src/lib/label-designer.interface.ts

Index

Properties

Properties

content
content: string
Type : string
Optional

This is the content of the given fields.

field
field: string
Type : string

Key value in the data object.

isArray
isArray: boolean
Type : boolean
Optional

This tells if the field can hold array value or not

join
join: string
Type : string
Optional

If the value can hold array of different values this is used to join the values together.

label
label: string
Type : string

Name of this field when picking from the available fields list.

prefix
prefix: string
Type : string
Optional

Prefix added to the data if there is a value.

separator
separator: string
Type : string
Optional

This is what separates this field from the following field.

separatorAlways
separatorAlways: boolean
Type : boolean
Optional

If this is true then the separator is always displayed even when there no when.

if this is false then the separator is not displayed if there is no value.

style
style: IFontStyle
Type : IFontStyle
Optional

Styling specific only for this field.

styleAppliesTo
styleAppliesTo: "content" | "prefix" | "suffix" | "all" | "contentPrefix" | "contentSuffix" | "prefixSuffix"
Type : "content" | "prefix" | "suffix" | "all" | "contentPrefix" | "contentSuffix" | "prefixSuffix"
Optional

Targets the styling only this part of the label.

suffix
suffix: string
Type : string
Optional

Suffix added to the data if there is a value.

type
type: FieldType
Type : FieldType
Optional

What kind of field this is.

valueMap
valueMap: literal type
Type : literal type
Optional

Map field value from the given to another.

result-matching ""

    No results matching ""