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
Name | Description | Type | Example |
---|---|---|---|
Name | The name of the plugin | string | VideoNodes |
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