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

\alias{dlcCommand}

\title{Command component}

\description{
A widget which displays items as a canonical menu. @hideconstructor  @example //Python: import dash import dash_lumino_components as dlc  command_open = dlc.Command(id="com:openwidget", label="Open", icon="fa fa-plus")
}

\usage{
dlcCommand(id=NULL, icon=NULL, label=NULL, n_called=NULL,
n_called_timestamp=NULL)
}

\arguments{
\item{id}{Logical | numeric | character | named list | unnamed list. The id of the command
@type {string}}

\item{icon}{Character. The icon of the command (a cass class name)
@type {string}}

\item{label}{Character. The label of the command
@type {string}}

\item{n_called}{Numeric. Number of times the command was called
@type {number}}

\item{n_called_timestamp}{Numeric. Last time that command was called.
@type {number}}
}

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

