Home > ts-morph-structures > SetAccessorDeclarationImpl
Signature:
export default class SetAccessorDeclarationImpl implements SetAccessorDeclarationStructureClassIfc
Implements: SetAccessorDeclarationStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(isStatic, name, setterParameter)](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl._constructor_.html) | Constructs a new instance of the `SetAccessorDeclarationImpl` class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [decorators](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.decorators.html) | `readonly` | [DecoratorImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.decoratorimpl.html)\[\] | |
| [docs](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.docs.html) | `readonly` | ([JSDocImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.jsdocimpl.html) \| string)\[\] | |
| [isAbstract](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.isabstract.html) | boolean | ||
| [isStatic](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.isstatic.html) | boolean | ||
| [kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.kind.html) | `readonly` | StructureKind.SetAccessor | |
| [leadingTrivia](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.leadingtrivia.html) | `readonly` | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html)\[\] | |
| [name](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.name.html) | string | ||
| [parameters](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.parameters.html) | `readonly` | [ParameterDeclarationImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.parameterdeclarationimpl.html)\[\] | |
| [returnType?](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.returntype.html) | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html) \| undefined | _(Optional)_ | |
| [returnTypeStructure](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.returntypestructure.html) | [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html) \| undefined | ||
| [scope?](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.scope.html) | import("ts-morph").Scope<> \| undefined | _(Optional)_ | |
| [statements](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.statements.html) | `readonly` | ([StatementStructureImpls](/es-membrane/ts-morph-structures/api/ts-morph-structures.statementstructureimpls.html) \| [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html))\[\] | |
| [trailingTrivia](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.trailingtrivia.html) | `readonly` | [stringOrWriterFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringorwriterfunction.html)\[\] | |
| [typeParameters](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.typeparameters.html) | `readonly` | ([TypeParameterDeclarationImpl](/es-membrane/ts-morph-structures/api/ts-morph-structures.typeparameterdeclarationimpl.html) \| string)\[\] |
| Method | Modifiers | Description |
|---|---|---|
| [clone(source)](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.clone.html) | `static` | |
| [toJSON()](/es-membrane/ts-morph-structures/api/ts-morph-structures.setaccessordeclarationimpl.tojson.html) |