getSelectedCard {shinykanban} | R Documentation |
Get the Selected Card Data
Description
Retrieves the details of a card that was clicked on the Kanban board.
Usage
getSelectedCard(outputId, session = NULL)
Arguments
outputId |
A character string specifying the ID of the Kanban output. |
session |
The Shiny session object. |
Value
A list with the selected card's details as a list (listName, title, id, position, clickCount)
[Package shinykanban version 0.0.1 Index]