blob: e182f59b5105f0b1058815c85ec5616a2fa2b009 [file] [log] [blame]
Hao Zhu6f362bb2017-10-23 23:21:38 -04001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/spec_tools.R
3\name{spec_popover}
4\alias{spec_popover}
5\title{Setup bootstrap popover}
6\usage{
Hao Zhu9410a272020-08-03 01:11:47 -04007spec_popover(
8 content = NULL,
9 title = NULL,
10 trigger = "hover",
11 position = "right"
12)
Hao Zhu6f362bb2017-10-23 23:21:38 -040013}
14\arguments{
15\item{content}{content for pop-over message}
16
17\item{title}{title for pop-over message.}
18
19\item{trigger}{Controls how the pop-over message should be triggered.
20Possible values include \code{hover} (default), \code{click}, \code{focus} and \code{manual}.}
21
22\item{position}{How the tooltip should be positioned. Possible values are
23\code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.}
24}
25\description{
26Setup bootstrap popover
27}