Skip to main content

Has Plugin

Allows you to test if a plugin is available.

This is useful when creating community flows, where you want to check if a plugin is available before using it.

Arguments

NameDescriptionTypeExample
NameThe name of the pluginstringVideoNodes

Example

HasPlugin('VideoNodes')
info

This will do a loose match on the name, so if you enter video nodes or Video nodes or Videonodes they will all match