plugin_name
Function Usage
Obtains the plugin name.
Prototype
def plugin_name(self) -> str :
pass
Return Parameter Description
Data Structure |
Description |
|---|---|
str |
Returns the plugin name. |
Parent topic: PluginNode
Obtains the plugin name.
def plugin_name(self) -> str :
pass
Data Structure |
Description |
|---|---|
str |
Returns the plugin name. |