Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.1 KB

kibana-plugin-plugins-data-server.fieldformats.md

File metadata and controls

29 lines (25 loc) · 1.1 KB

Home > kibana-plugin-plugins-data-server > fieldFormats

fieldFormats variable

Signature:

fieldFormats: {
    FieldFormatsRegistry: typeof FieldFormatsRegistry;
    FieldFormat: typeof FieldFormat;
    serializeFieldFormat: (agg: import("../public/search").AggConfig) => import("../../expressions").SerializedFieldFormat<object>;
    BoolFormat: typeof BoolFormat;
    BytesFormat: typeof BytesFormat;
    ColorFormat: typeof ColorFormat;
    DateNanosFormat: typeof DateNanosFormat;
    DurationFormat: typeof DurationFormat;
    IpFormat: typeof IpFormat;
    NumberFormat: typeof NumberFormat;
    PercentFormat: typeof PercentFormat;
    RelativeDateFormat: typeof RelativeDateFormat;
    SourceFormat: typeof SourceFormat;
    StaticLookupFormat: typeof StaticLookupFormat;
    UrlFormat: typeof UrlFormat;
    StringFormat: typeof StringFormat;
    TruncateFormat: typeof TruncateFormat;
}