Usage is kinda different for this one. You don’t need to define getActualSet, etc. Just define an option as:
{ optionType: 'spacer', title: string, description: string }
Title string for spacer. You can use HTML there.
Description string for spacer. You can use HTML there.
{ optionType: SoftUI.formTypes.spacer(), title: 'Spacer!', description: 'This is just spacing and even not an option, but yeah! Cool 😎' }
Was this page helpful?