mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
535 B
535 B
Home > kibana-plugin-plugins-expressions-public > ExpressionValueRender
ExpressionValueRender type
Represents an object that is intended to be rendered.
Signature:
export declare type ExpressionValueRender<T> = ExpressionValueBoxed<typeof name, {
as: string;
value: T;
}>;