Preparing search index...
The search index is not available
@novice1/frame - v0.1.10
@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
allows
Empty
Value
(
)
:
boolean
Returns
boolean
get
Alternatives
get
Alternatives
(
)
:
PostmanHelperInterface
[]
Returns
PostmanHelperInterface
[]
get
Children
get
Children
(
)
:
Record
<
string
,
PostmanHelperInterface
>
Returns
Record
<
string
,
PostmanHelperInterface
>
Optional
get
Content
Type
get
Content
Type
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Default
Value
get
Default
Value
(
)
:
unknown
Returns
unknown
get
Description
get
Description
(
)
:
string
Returns
string
Optional
get
Description
Type
get
Description
Type
(
)
:
undefined
|
string
Returns
undefined
|
string
get
Enum
get
Enum
(
)
:
unknown
[]
Returns
unknown
[]
get
Example
Value
get
Example
Value
(
)
:
unknown
Returns
unknown
get
First
Item
get
First
Item
(
)
:
undefined
|
PostmanHelperInterface
Returns
undefined
|
PostmanHelperInterface
get
Max
get
Max
(
)
:
undefined
|
number
Returns
undefined
|
number
get
Min
get
Min
(
)
:
undefined
|
number
Returns
undefined
|
number
get
Type
get
Type
(
)
:
string
Returns
string
get
Unit
get
Unit
(
)
:
string
Returns
string
Optional
get
Xml
get
Xml
(
)
:
undefined
|
XMLObject
Returns
undefined
|
XMLObject
Optional
has
Content
Type
has
Content
Type
(
)
:
boolean
Returns
boolean
has
Default
Value
has
Default
Value
(
)
:
boolean
Returns
boolean
Optional
has
Description
Type
has
Description
Type
(
)
:
boolean
Returns
boolean
has
Example
Value
has
Example
Value
(
)
:
boolean
Returns
boolean
has
Max
has
Max
(
)
:
boolean
Returns
boolean
has
Min
has
Min
(
)
:
boolean
Returns
boolean
Optional
has
Xml
has
Xml
(
)
:
boolean
Returns
boolean
is
Deprecated
is
Deprecated
(
)
:
boolean
Returns
boolean
is
Required
is
Required
(
)
:
boolean
Returns
boolean
is
Unique
is
Unique
(
)
:
boolean
Returns
boolean
is
Valid
is
Valid
(
)
:
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.10
Loading...