This binding on the slide will specify sections to be visible, dependent on the data. Visible data has to be valid (meaning truthy) or true
or false
. If the data is not valid or false
, the text surrounded by the binding will be removed.
Syntax
<<Visible:TestPath>...<Visible>>
Parameters
TestPath: Data to evaluate must be a string.
Notes
When doing visibilities spanning over multiple lines, the start tag and closing tag must be have the entire line for itself. See example below:
<<Visible:TestPath>
<<Field:TestPath2>>
<Visible>>