Drawer() function

Drawer() function

Signature

  1. export declare function Drawer({ children, inline, onClose, closeOnMaskClick, scrollableContent, title, subtitle, width, expandable, tabs, }: Props): JSX.Element;

Import

  1. import { Drawer } from '@grafana/ui';

Parameters

ParameterTypeDescription
{ children, inline, onClose, closeOnMaskClick, scrollableContent, title, subtitle, width, expandable, tabs, }Props

Returns:

JSX.Element