Preparing search index...
The search index is not available
@novice1/frame - v0.1.13
@novice1/frame
PostmanHelperInterface
Interface PostmanHelperInterface
interface
PostmanHelperInterface
{
allowsEmptyValue
()
:
boolean
;
getAlternatives
()
:
PostmanHelperInterface
[]
;
getChildren
()
:
Record
<
string
,
PostmanHelperInterface
>
;
getContentType
()
:
undefined
|
string
;
getDefaultValue
()
:
unknown
;
getDescription
()
:
string
;
getDescriptionType
()
:
undefined
|
string
;
getEnum
()
:
unknown
[]
;
getExampleValue
()
:
unknown
;
getFirstItem
()
:
undefined
|
PostmanHelperInterface
;
getMax
()
:
undefined
|
number
;
getMin
()
:
undefined
|
number
;
getType
()
:
string
;
getUnit
()
:
string
;
getXml
()
:
undefined
|
XMLObject
;
hasContentType
()
:
boolean
;
hasDefaultValue
()
:
boolean
;
hasDescriptionType
()
:
boolean
;
hasExampleValue
()
:
boolean
;
hasMax
()
:
boolean
;
hasMin
()
:
boolean
;
hasXml
()
:
boolean
;
isDeprecated
()
:
boolean
;
isRequired
()
:
boolean
;
isUnique
()
:
boolean
;
isValid
()
:
boolean
;
}
Hierarchy
BaseHelperInterface
PostmanHelperInterface
Index
Methods
allows
Empty
Value
get
Alternatives
get
Children
get
Content
Type?
get
Default
Value
get
Description
get
Description
Type?
get
Enum
get
Example
Value
get
First
Item
get
Max
get
Min
get
Type
get
Unit
get
Xml?
has
Content
Type?
has
Default
Value
has
Description
Type?
has
Example
Value
has
Max
has
Min
has
Xml?
is
Deprecated
is
Required
is
Unique
is
Valid
Methods
allows
Empty
Value
allowsEmptyValue
()
:
boolean
Returns
boolean
get
Alternatives
getAlternatives
()
:
PostmanHelperInterface
[]
Returns
PostmanHelperInterface
[]
get
Children
getChildren
()
:
Record
<
string
,
PostmanHelperInterface
>
Returns
Record
<
string
,
PostmanHelperInterface
>
Optional
get
Content
Type
getContentType
()
:
undefined
|
string
Returns
undefined
|
string
get
Default
Value
getDefaultValue
()
:
unknown
Returns
unknown
get
Description
getDescription
()
:
string
Returns
string
Optional
get
Description
Type
getDescriptionType
()
:
undefined
|
string
Returns
undefined
|
string
get
Enum
getEnum
()
:
unknown
[]
Returns
unknown
[]
get
Example
Value
getExampleValue
()
:
unknown
Returns
unknown
get
First
Item
getFirstItem
()
:
undefined
|
PostmanHelperInterface
Returns
undefined
|
PostmanHelperInterface
get
Max
getMax
()
:
undefined
|
number
Returns
undefined
|
number
get
Min
getMin
()
:
undefined
|
number
Returns
undefined
|
number
get
Type
getType
()
:
string
Returns
string
get
Unit
getUnit
()
:
string
Returns
string
Optional
get
Xml
getXml
()
:
undefined
|
XMLObject
Returns
undefined
|
XMLObject
Optional
has
Content
Type
hasContentType
()
:
boolean
Returns
boolean
has
Default
Value
hasDefaultValue
()
:
boolean
Returns
boolean
Optional
has
Description
Type
hasDescriptionType
()
:
boolean
Returns
boolean
has
Example
Value
hasExampleValue
()
:
boolean
Returns
boolean
has
Max
hasMax
()
:
boolean
Returns
boolean
has
Min
hasMin
()
:
boolean
Returns
boolean
Optional
has
Xml
hasXml
()
:
boolean
Returns
boolean
is
Deprecated
isDeprecated
()
:
boolean
Returns
boolean
is
Required
isRequired
()
:
boolean
Returns
boolean
is
Unique
isUnique
()
:
boolean
Returns
boolean
is
Valid
isValid
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
allows
Empty
Value
get
Alternatives
get
Children
get
Content
Type
get
Default
Value
get
Description
get
Description
Type
get
Enum
get
Example
Value
get
First
Item
get
Max
get
Min
get
Type
get
Unit
get
Xml
has
Content
Type
has
Default
Value
has
Description
Type
has
Example
Value
has
Max
has
Min
has
Xml
is
Deprecated
is
Required
is
Unique
is
Valid
@novice1/frame - v0.1.13
Loading...