mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
670 B
670 B
Home > kibana-plugin-plugins-embeddable-public > EmbeddableInput
EmbeddableInput type
Signature:
export declare type EmbeddableInput = {
viewMode?: ViewMode;
title?: string;
id: string;
lastReloadRequestTime?: number;
hidePanelTitles?: boolean;
enhancements?: SerializableState;
disabledActions?: string[];
disableTriggers?: boolean;
searchSessionId?: string;
syncColors?: boolean;
};