Source
This page was generated with Wiki Builder. Do not change the format!
Info
The details of an overlay prompt to show to a user. They are all fairly self-explanatory localized strings that can be shown.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
choiceDescription | string | |
description | string | |
icon | string | |
title | string |
Example
{
// Type: string
"choiceDescription": "",
// Type: string
"description": "",
// Type: string
"icon": "",
// Type: string
"title": ""
}