mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
806 B
806 B
Home > kibana-plugin-plugins-expressions-public > ExpressionsServiceStart > getFunction
ExpressionsServiceStart.getFunction property
Get a registered ExpressionFunction
by its name, which was registered using the registerFunction
method. The returned ExpressionFunction
instance is an internal representation of the function in Expressions service - do not mutate that object.
Signature:
getFunction: (name: string) => ReturnType<Executor['getFunction']>;