
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 label of the input field.
The path to the
boolean value of the input field in your settings schema.e.g. "auto_sync_enabled", "notifications.email_enabled"Whether or not the field should be disabled.Defaults to
false (not disabled).