Action

class Action
property id

The id of the action.

Type

str, read-only

property shortcut

The shortcut assigned to the action.

Type

str

CustomAction

class CustomAction

Base class: Action

property id

The id of the action.

Type

str, read-only

property shortcut

The shortcut assigned to the action.

Type

str

property script

The script path launch by the custom action.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.

property label

The label of the custom action.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.

property description

The description of the custom action.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.

property icon

The icon file path of the custom action.

Type

str

Raises

ReadOnlyError -- If Database is in read only mode.