Documentation
Preparing search index...
typia
IMetadataSchema
IParameter
Interface IParameter
Function parameter metadata.
interface
IParameter
{
description
:
string
|
null
;
jsDocTags
:
IJsDocTagInfo
[]
;
name
:
string
;
type
:
IMetadataSchema
;
}
Index
Properties
description
js
Doc
Tags
name
type
Properties
description
description
:
string
|
null
JSDoc description.
js
Doc
Tags
jsDocTags
:
IJsDocTagInfo
[]
JSDoc tags.
name
name
:
string
Parameter name.
type
type
:
IMetadataSchema
Parameter type schema.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
js
Doc
Tags
name
type
Documentation
Loading...
Function parameter metadata.