Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start a box invisible #359

Open
lemuelemos opened this issue Aug 17, 2023 · 1 comment
Open

Start a box invisible #359

lemuelemos opened this issue Aug 17, 2023 · 1 comment
Labels
question Further information is requested

Comments

@lemuelemos
Copy link

How can we start the app with a box in invisible? And after trigger a restore by a app event?

@dleopold
Copy link

You can simply put this in the server function for your app / module:

bs4Dash::updateBox(id = "yourBoxId", action = "remove")

Just put it outside of any observer so it is run once on app initialization.

@DivadNojnarg DivadNojnarg added the question Further information is requested label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants