Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
ReflectionFlags
Interface ReflectionFlags
interface
ReflectionFlags
{
isAbstract
?:
boolean
;
isConst
?:
boolean
;
isExternal
?:
boolean
;
isInherited
?:
boolean
;
isOptional
?:
boolean
;
isPrivate
?:
boolean
;
isProtected
?:
boolean
;
isPublic
?:
boolean
;
isReadonly
?:
boolean
;
isRest
?:
boolean
;
isStatic
?:
boolean
;
}
Hierarchy
Partial
<
S
<
Models
.
ReflectionFlags
,
BoolKeys
<
Models
.
ReflectionFlags
>
>
>
ReflectionFlags
Index
Properties
is
Abstract?
is
Const?
is
External?
is
Inherited?
is
Optional?
is
Private?
is
Protected?
is
Public?
is
Readonly?
is
Rest?
is
Static?
Properties
Optional
is
Abstract
isAbstract
?:
boolean
Optional
is
Const
isConst
?:
boolean
Optional
is
External
isExternal
?:
boolean
Optional
is
Inherited
isInherited
?:
boolean
Optional
is
Optional
isOptional
?:
boolean
Optional
is
Private
isPrivate
?:
boolean
Optional
is
Protected
isProtected
?:
boolean
Optional
is
Public
isPublic
?:
boolean
Optional
is
Readonly
isReadonly
?:
boolean
Optional
is
Rest
isRest
?:
boolean
Optional
is
Static
isStatic
?:
boolean
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
is
Abstract
is
Const
is
External
is
Inherited
is
Optional
is
Private
is
Protected
is
Public
is
Readonly
is
Rest
is
Static
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...