new (require("mod_assign/bulkactions/grading/general_action"))(cmid, sesskey, actionKey, buttonLabel, buttonIcon, confirmationTitle, confirmationQuestion, confirmationYes)
- Description:
The class constructor.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
cmid |
int | The course module ID. |
sesskey |
string | The session key. |
actionKey |
string | The action key. |
buttonLabel |
Promise.<string> | The action button's label. |
buttonIcon |
Promise.<string> | The action button's icon. |
confirmationTitle |
Promise.<string> | Title of the confirmation dialog. |
confirmationQuestion |
Promise.<string> | Question of the confirmation dialog. |
confirmationYes |
Promise.<string> | Text for the confirmation yes button. |
Members
actionKey :string
- Description:
The action key.
- Source:
The action key.
Type:
- string