+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "SlatePrism" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## SlatePrism() function ### SlatePrism() function A Slate plugin to highlight code syntax. Signature ```typescript export declare function SlatePrism(optsParam?: OptionsFormat): Plugin; ``` Import ```typescript import { SlatePrism } from '@grafana/ui'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | optsParam | OptionsFormat | | Returns: `Plugin`