mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 04:19:43 +00:00
21 lines
1.4 KiB
Markdown
21 lines
1.4 KiB
Markdown
# ActionsSummary
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ActionsSummary = {
|
|
id: 63553,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
|
|
| `acted` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `canAct` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `canUndo` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `count` | *number* | :heavy_minus_sign: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | `2`: like, `3`, `4`, `6`, `7`, `8`: flag | |