Accessor interface
@microsoft/fast-element > Accessor
Accessor interface
Represents a getter/setter property accessor on an object.
Signature:
export interface Accessor
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The name of the property. |
Methods
Method | Description |
|---|---|
Gets the value of the property on the source object. | |
Sets the value of the property on the source object. |