string
required
Title string for spacer. You can use HTML there.
string
required
Description string for spacer. You can use HTML there.
Example Usage

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
optionType: 'spacer',
title: string,
description: string
}
{
optionType: SoftUI.formTypes.spacer(),
title: 'Spacer!',
description: 'This is just spacing and even not an option, but yeah! Cool ๐'
}

Was this page helpful?