Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents a status string that could be conditionally displayed about an activity. Note that externally, you can only see the strings themselves. Internally we combine this information with server state to determine which strings should be shown.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
displayString | string | The string to be displayed if the conditions are met. |
Example
{
// Type: string
"displayString": ""
}