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

\alias{periodicContextTable}

\title{PeriodicContextTable component}

\description{

}

\usage{
periodicContextTable(children=NULL, id=NULL, disabledElements=NULL,
enabledElements=NULL, forceTableLayout=NULL,
forwardOuterChange=NULL, hiddenElements=NULL,
maxElementSelectable=NULL, state=NULL)
}

\arguments{
\item{children}{Logical | numeric | character | named list | unnamed list. }

\item{id}{Character. }

\item{disabledElements}{Unnamed list. A list of symbols to grey-out as disabled}

\item{enabledElements}{Unnamed list. A list of selected symbols}

\item{forceTableLayout}{Character. Force table layout}

\item{forwardOuterChange}{Logical. Forward external changes}

\item{hiddenElements}{Unnamed list. A list of hidden symbols}

\item{maxElementSelectable}{Numeric. The maximum number of selectable elements}

\item{state}{Named list. The state of the table, as exposed in the dash callback}
}

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

