mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
22 lines
660 B
Markdown
22 lines
660 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [kibana-plugin-plugins-expressions-server](./kibana-plugin-plugins-expressions-server.md) > [ExpressionFunctionParameter](./kibana-plugin-plugins-expressions-server.expressionfunctionparameter.md) > [accepts](./kibana-plugin-plugins-expressions-server.expressionfunctionparameter.accepts.md)
|
|
|
|
## ExpressionFunctionParameter.accepts() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
accepts(type: string): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | <code>string</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`boolean`
|
|
|