mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
896 B
896 B
Home > kibana-plugin-plugins-expressions-public > SerializedFieldFormat
SerializedFieldFormat interface
JSON representation of a field formatter configuration. Is used to carry information about how to format data in a data table as part of the column definition.
Signature:
export interface SerializedFieldFormat<TParams = Record<string, any>>
Properties
Property | Type | Description |
---|---|---|
id | string |
|
params | TParams |