ModerationAction Type
The action a UI should take based on moderation.
Union cases
| Union case |
Description
|
Full Usage:
Alert
|
Show an alert badge/indicator |
Full Usage:
Blur
|
Show with a blur/overlay that can be clicked through (unless noOverride) |
Full Usage:
Filter
|
Remove from view entirely (used in list contexts) |
Full Usage:
Inform
|
Show an informational indicator |
Full Usage:
NoAction
|
No moderation action needed |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAlert
Returns: bool
|
|
Full Usage:
this.IsBlur
Returns: bool
|
|
Full Usage:
this.IsFilter
Returns: bool
|
|
Full Usage:
this.IsInform
Returns: bool
|
|
Full Usage:
this.IsNoAction
Returns: bool
|
|