You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/core/src/components.d.ts
+4-4
Original file line number
Diff line number
Diff line change
@@ -227,9 +227,9 @@ export namespace Components {
227
227
*/
228
228
"highlight": boolean;
229
229
/**
230
-
* The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, and `locked`.
230
+
* The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, `locked`, `thread`, and `forum`.
* The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, and `locked`.
897
+
* The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, `locked`, `thread`, and `forum`.
|`color`|`color`| The color to use for this mention. Only works for role mentions and must be in hex format. |`string`|`undefined`|
10
-
|`highlight`|`highlight`| Whether this entire message block should be highlighted (to emulate the "logged in user" being pinged). |`boolean`|`false`|
11
-
|`type`|`type`| The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, and `locked`. |`"channel" \| "locked" \| "role" \| "thread" \| "user" \| "voice"`|`'user'`|
|`color`|`color`| The color to use for this mention. Only works for role mentions and must be in hex format. |`string`|`undefined`|
10
+
|`highlight`|`highlight`| Whether this entire message block should be highlighted (to emulate the "logged in user" being pinged). |`boolean`|`false`|
11
+
|`type`|`type`| The type of mention this should be. This will prepend the proper prefix character. Valid values: `user`, `channel`, `role`, `voice`, `locked`, `thread`, and `forum`. |`"channel" \| "forum" \| "locked" \| "role" \| "thread" \| "user" \| "voice"`|`'user'`|
0 commit comments