% Auto-generated: do not edit by hand
\name{drawerTrigger}

\alias{drawerTrigger}

\title{DrawerTrigger component}

\description{
Render a trigger that opens a Drawer that is within the same DrawerContextProvider
}

\usage{
drawerTrigger(children=NULL, id=NULL, className=NULL, forDrawerId=NULL)
}

\arguments{
\item{children}{A list of or a singular dash component, string or number. Children will be rendered as the trigger content}

\item{id}{Character. The ID used to identify this component in Dash callbacks}

\item{className}{Character. Class name applied to the modal trigger span.
The "mpc-modal-trigger" class is added automatically}

\item{forDrawerId}{Character. The ID of the drawer that this trigger should open.}
}

\value{named list of JSON elements corresponding to React.js properties and their values}

