For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-ui/interfaces/ModalFormDataToggleOptions.md.

Interface: ModalFormDataToggleOptions

Beta

传递给 @minecraft/Server-ui.ModalFormData.toggle 的接口,为开关的创建提供额外的选项。

An interface that is passed into @minecraft/Server-ui.ModalFormData.toggle to provide additional options for the toggle creation.

Properties

defaultValue?

optional defaultValue?: boolean

Beta

Remarks

开关的默认值。

The default value for the toggle.


tooltip?

optional tooltip?: any

Beta

Remarks

将显示一个感叹号图标,当悬停在该图标上时会显示工具提示。

It will show an exclamation icon that will display a tooltip if it is hovered.