turbo_link: Turbo Link

Description Usage Arguments See Also

View source: R/turbo-link.R

Description

A Link that targets specific Turbo visits

Usage

1
turbo_link(..., action = c("advance", "replace"), frame = NULL, tag = tags$a)

Arguments

...

(tag) content of the page

action

(str) advance (add history) or replace (don't add history)

frame

(str) targeted frame (can be "_top" for whole page) or NULL for the ancestor turbo frame.

tag

(fun) target function to generate tag

See Also

Other Turbo: turbo_assets(), turbo_frame(), turbo_listener(), turbo_modifiers, turbo_stream(), turbo


tjpalanca/hotwire.R documentation built on Dec. 23, 2021, 10:59 a.m.