Placeholder: Placeholder

PlaceholderR Documentation

Placeholder

Description

Toggle placeholders.

Methods

Public methods


Method new()

Usage
Placeholder$new(
  targets,
  type = c("glow", "wave", "default"),
  session = shiny::getDefaultReactiveDomain()
)
Arguments
targets

Vector or list of selectors to turn into placeholders.

type

Type of placeholder.

session

Valid shiny session.

Details

Initialize


Method show()

Usage
Placeholder$show()
Details

Show


Method hide()

Usage
Placeholder$hide()
Details

Hide


Method clone()

The objects of this class are cloneable with this method.

Usage
Placeholder$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


JohnCoene/waiter documentation built on April 16, 2024, 5:34 a.m.