Home > ts-morph-structures > PrefixOperatorsTypeStructureImpl
("..." | "keyof" | "typeof" | "readonly" | "unique")[] (object type)
Signature:
export default class PrefixOperatorsTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.PrefixOperators> 
Extends: TypeStructuresBase<TypeStructureKind.PrefixOperators>
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(operators, objectType) | Constructs a new instance of the PrefixOperatorsTypeStructureImplclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| kind | readonly | (not declared) | |
| objectType | TypeStructures | ||
| operators | PrefixUnaryOperator[] | ||
| writerFunction | readonly | WriterFunction | 
| Method | Modifiers | Description | 
|---|---|---|
| clone(other) | static |