+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "LegendBasicOptions" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++ ## LegendBasicOptions interface Signature ```typescript export interface LegendBasicOptions ``` Import ```typescript import { LegendBasicOptions } from '@grafana/ui'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [asTable](#astable-property) | boolean | | | [isVisible](#isvisible-property) | boolean | | ### asTable property Signature ```typescript asTable: boolean; ``` ### isVisible property Signature ```typescript isVisible: boolean; ```