DismissResource
The Dismiss effect dismisses the bottom sheet displaying a particular
resource. It will dismiss the resource to which this effect is attached,
unless the id parameter is specified.
JSON Format
{
"type": "dismissResource",
"id": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | StatFormulaComponent | Optional parameter which allows to signal the id of the resource that should be dismissed. If that resource is not being displayed, nothing will happen. This stat formula must return a string. |