Search
Preparing search index...
The search index is not available
typescript-parser
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ObjectBoundParameterDeclaration
Class ObjectBoundParameterDeclaration
Hierarchy
BoundParameterDeclaration
ObjectBoundParameterDeclaration
Implements
TypedDeclaration
Index
Constructors
constructor
Properties
end
parameters
start
type
Reference
Accessors
name
type
Constructors
constructor
new
Object
Bound
Parameter
Declaration
(
start
?:
undefined
|
number
, end
?:
undefined
|
number
)
:
ObjectBoundParameterDeclaration
Parameters
Optional
start:
undefined
|
number
Optional
end:
undefined
|
number
Returns
ObjectBoundParameterDeclaration
Properties
Optional
end
end
:
undefined
|
number
parameters
parameters
:
ParameterDeclaration
[]
= []
Optional
start
start
:
undefined
|
number
type
Reference
type
Reference
:
string
|
undefined
Accessors
name
get
name
(
)
:
string
set
name
(
_
:
string
)
:
void
Returns
string
Parameters
_:
string
Returns
void
type
get
type
(
)
:
string
set
type
(
_
:
string
)
:
void
Returns
string
Parameters
_:
string
Returns
void
Globals
Object
Bound
Parameter
Declaration
constructor
end
parameters
start
type
Reference
name
type
Generated using
TypeDoc