Const
Flow control directives for each video file extension.
Each video directive follows the same syntax: {{ext:content if true}} or {{ext:[content if true]:[content if false]}}, where ext is the video file extension, e.g. mp4, mov, avi, etc.
{{ext:content if true}}
{{ext:[content if true]:[content if false]}}
ext
mp4
mov
avi
The content if false is optional.
Generated using TypeDoc
Flow control directives for each video file extension.
Each video directive follows the same syntax:
{{ext:content if true}}
or{{ext:[content if true]:[content if false]}}
, whereext
is the video file extension, e.g.mp4
,mov
,avi
, etc.The content if false is optional.