
The Workspace Settings API is experimental and may change in the future. Please don’t use it in production versions of your app.
This component is returned by
experimental_useWorkspaceSettingsForm().Example
workspace-settings.tsx
Props
The title of the button section.
An optional description that provides additional context about what the button does.
The text of the button.
A function that will be called if the user clicks the button.
The style of the button.Defaults to
"secondary".Whether or not the button is disabled.Defaults to
false.