# AUTO GENERATED FILE - DO NOT EDIT

#' @export
graphComponent <- function(id=NULL, graph=NULL, options=NULL) {
    
    props <- list(id=id, graph=graph, options=options)
    if (length(props) > 0) {
        props <- props[!vapply(props, is.null, logical(1))]
    }
    component <- list(
        props = props,
        type = 'GraphComponent',
        namespace = 'dash_mp_components',
        propNames = c('id', 'graph', 'options'),
        package = 'dashMpComponents'
        )

    structure(component, class = c('dash_component', 'list'))
}
