mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Use Serializable from package * Rename to align with core * fix * more replacements * docssss * fix * Move it to @kbn/utility-types and remove core export * buildy build * tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Liza Katz <lizka.k@gmail.com>
718 B
718 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?: SerializableRecord;
disabledActions?: string[];
disableTriggers?: boolean;
searchSessionId?: string;
syncColors?: boolean;
executionContext?: KibanaExecutionContext;
};