Home > ts-morph-structures > TypeMembersMap > convertAccessorsToProperty
Convert get and/or set accessors to a property. This may be lossy, but we try to be faithful.
Signature:
convertAccessorsToProperty(name: string): void;
Parameter | Type | Description |
---|---|---|
name | string | the property name |
Returns:
void