13.2.4. CatalogAction class¶
-
class
keypirinha.
CatalogAction
¶ A
CatalogAction
object must always be created withPlugin.create_action()
.-
valid
()¶ Returns a boolean that indicates if the properties of this object are considered to be valid by the application.
-
plugin_id
()¶ Get the id (int) of the parent plugin of this object.
See also
app_owned()
to check if the object belongs to the application instead of a plugin.
-
app_owned
()¶ Returns a boolean that indicates if this object has been created by the application itself instead of a plugin.
-
name
()¶ Get the name of this action.
-
label
()¶ Get the display name of this action.
-
short_desc
()¶ Get the short description of this action.
-
data_bag
()¶ Get the data bag (string) of this action.
-