Skip to contents

Server-side update for el_drawer(). Use visible = TRUE to open and visible = FALSE to close.

Usage

update_el_drawer(session, id, visible = NULL, title = NULL, size = NULL)

Arguments

session

Shiny session object.

id

Drawer ID (un-namespaced).

visible

Logical. TRUE to open, FALSE to close.

title

New drawer title.

size

New drawer size.