KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
TypeOperatorType
Interface TypeOperatorType
interface
TypeOperatorType
{
operator
:
"keyof"
|
"unique"
|
"readonly"
;
target
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
;
type
:
"typeOperator"
;
}
Hierarchy (
View Summary
)
Type
S
<
TypeOperatorType
,
"type"
|
"operator"
|
"target"
>
TypeOperatorType
Index
Properties
operator
target
type
Properties
operator
operator
:
"keyof"
|
"unique"
|
"readonly"
target
target
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
Readonly
type
type
:
"typeOperator"
The type name identifier.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
operator
target
type
Github
KC's Workspace
Loading...
The type name identifier.