mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
22 lines
670 B
Markdown
22 lines
670 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-embeddable-public](./kibana-plugin-plugins-embeddable-public.md) > [EmbeddableInput](./kibana-plugin-plugins-embeddable-public.embeddableinput.md)
|
|
|
|
## EmbeddableInput type
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare type EmbeddableInput = {
|
|
viewMode?: ViewMode;
|
|
title?: string;
|
|
id: string;
|
|
lastReloadRequestTime?: number;
|
|
hidePanelTitles?: boolean;
|
|
enhancements?: SerializableState;
|
|
disabledActions?: string[];
|
|
disableTriggers?: boolean;
|
|
searchSessionId?: string;
|
|
syncColors?: boolean;
|
|
};
|
|
```
|