mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
632 B
632 B
Home > kibana-plugin-plugins-expressions-public > Execution > cast
Execution.cast() method
Signature:
cast(value: any, toTypeNames?: string[]): any;
Parameters
Parameter | Type | Description |
---|---|---|
value | any |
|
toTypeNames | string[] |
Returns:
any