grafana/docs/sources/packages_api/e2e-selectors/functionselector.md

609 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "FunctionSelector" keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"] type = "docs" +++

FunctionSelector type

FunctionSelector type

Signature

export declare type FunctionSelector = (id: string) => string;

Import

import { FunctionSelector } from '@grafana/e2e-selectors';