schema-components - v3.7.0
GitHub
npm
Storybook
Preparing search index...
openapi/components
ApiParametersProps
Interface ApiParametersProps<Doc, Path, Method>
Props accepted by
ApiParameters
.
interface
ApiParametersProps
<
Doc
=
unknown
,
Path
extends
PathKeysOf
<
Doc
>
=
PathKeysOf
<
Doc
>
,
Method
extends
MethodKeysOf
<
Doc
,
Path
>
=
MethodKeysOf
<
Doc
,
Path
>
,
>
{
onDiagnostic
?:
DiagnosticSink
;
strict
?:
boolean
;
schema
:
Doc
;
path
:
Path
;
method
:
Method
;
meta
?:
SchemaMeta
;
overrides
?:
Doc
extends
Record
<
string
,
unknown
>
?
InferParameterOverrides
<
Doc
,
Path
,
Method
>
:
Record
<
string
,
FieldOverride
>
;
widgets
?:
WidgetMap
;
}
Type Parameters
Doc
=
unknown
Path
extends
PathKeysOf
<
Doc
>
=
PathKeysOf
<
Doc
>
Method
extends
MethodKeysOf
<
Doc
,
Path
>
=
MethodKeysOf
<
Doc
,
Path
>
Hierarchy (
View Summary
)
ApiDiagnosticsProps
ApiParametersProps
Index
Properties
on
Diagnostic?
strict?
schema
path
method
meta?
overrides?
widgets?
Properties
Optional
on
Diagnostic
onDiagnostic
?:
DiagnosticSink
Optional
strict
strict
?:
boolean
schema
schema
:
Doc
path
path
:
Path
method
method
:
Method
Optional
meta
meta
?:
SchemaMeta
Optional
overrides
overrides
?:
Doc
extends
Record
<
string
,
unknown
>
?
InferParameterOverrides
<
Doc
,
Path
,
Method
>
:
Record
<
string
,
FieldOverride
>
Optional
widgets
widgets
?:
WidgetMap
Instance-scoped widgets.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Diagnostic
strict
schema
path
method
meta
overrides
widgets
GitHub
npm
Storybook
schema-components - v3.7.0
Loading...
Props accepted by ApiParameters.