blob: 8f2543afd172ba26b0aa898dd90228f4e4f0115e [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spec_tools.R
\name{spec_tooltip}
\alias{spec_tooltip}
\title{Setup bootstrap tooltip}
\usage{
spec_tooltip(title, position = "right")
}
\arguments{
\item{title}{text for hovering message}
\item{position}{How the tooltip should be positioned. Possible values are
\code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.}
}
\description{
Setup bootstrap tooltip
}