APIPlayground
Server-side component for rendering an interactive API playground.PlaygroundClient
Client-side interactive playground component.PlaygroundClientOptions
Configuration options for customizing the playground.ParameterField
API parameter definition:SecurityEntry
Authentication security scheme:http: HTTP authentication (Basic, Bearer)apiKey: API key authenticationoauth2: OAuth 2.0 authenticationopenIdConnect: OpenID Connect
AuthField
Authentication field configuration:Custom
Hook for controlling form fields in custom renderers:{ value, setValue }