EmbedAction.setClass method
EmbedAction › setClass
Unofficial
Set an additional CSS class on the action element.Signature:
setClass(cls: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cls | string | The CSS class to add. |
Returns: this — The action, for chaining.