IPluginInfo
info
We'll introduce some common properties in this page, and leave the specific properties to the sub-pages:
name
[ str, default: None ]
Name that will be displayed at the Settings plugin.
noErrorToast
[ bool, default: False ]
If True, the plugin will not show error toast when exception occurred.
retryInterval
[ int, default: None ]
If not None, the plugin will retry in retryInterval ms when exception occurred.
updateInterval
[ int, default: None ]
If not None, the plugin will be called every updateInterval ms.
caution
This is dangerous to use, please don't use it unless you do need it.