Accessors
Cell
- get Cell(): undefined | ComponentLike<unknown>
-
Returns undefined | ComponentLike<unknown>
key
- get key(): string
-
Returns string
name
- get name(): undefined | string
-
Returns undefined | string
Methods
Private
getDefaultValue
- getDefaultValue(row: Row<T>): string
-
Returns string
getOptionsForRow
- getOptionsForRow(row: Row<T>): {
defaultValue: string;
}
-
Returns {
defaultValue: string;
}
getValueForRow
- getValueForRow(row: Row<T>): ContentValue
-
Returns ContentValue
when no value is present for a given set of data for the given column config