mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
fba85fcfbd
commit
69b68a9c38
12 changed files with 48 additions and 42 deletions
|
@ -7,5 +7,5 @@
|
|||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
baseFormattersPublic: (import("../../common").IFieldFormatType | typeof DateFormat)[]
|
||||
baseFormattersPublic: (import("../../common").FieldFormatInstanceType | typeof DateFormat)[]
|
||||
```
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
```typescript
|
||||
setup(core: CoreSetup, { usageCollection }: DataPluginSetupDependencies): {
|
||||
fieldFormats: {
|
||||
register: (customFieldFormat: import("../common").IFieldFormatType) => number;
|
||||
register: (customFieldFormat: import("../common").FieldFormatInstanceType) => number;
|
||||
};
|
||||
search: ISearchSetup;
|
||||
};
|
||||
|
@ -26,7 +26,7 @@ setup(core: CoreSetup, { usageCollection }: DataPluginSetupDependencies): {
|
|||
|
||||
`{
|
||||
fieldFormats: {
|
||||
register: (customFieldFormat: import("../common").IFieldFormatType) => number;
|
||||
register: (customFieldFormat: import("../common").FieldFormatInstanceType) => number;
|
||||
};
|
||||
search: ISearchSetup;
|
||||
}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue