Bind svg annotator data

def bind_svg_annotator_data(
self,
id: str = None,
reveal_id: str = None,
h1: str = None,
h2: str = None,
content: str = None,
link: str = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
idstr, optionalID. A column of IDs of elements in the uploaded SVG file. Flourish type hint: column
reveal_idstr, optionalReveal layer. A column to reveal when layer is clicked. Flourish type hint: column
h1str, optionalHeading 1. A column containing the main header. Flourish type hint: column
h2str, optionalHeading 2. A column containing a secondary header. Flourish type hint: column
contentstr, optionalContent. A column containing text or HTML to display. Flourish type hint: column
linkstr, optionalLink. A URL that can be opened when a layer is clicked. Any reveal layers or popups will be overridden. Flourish type hint: column
metadataUnion[list, str], optionalInfo for popups. One or more columns to display in popups and panels. Flourish type hint: columns