Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Fundraiser plugin API naming conventions #1452

@vincemtnz

Description

@vincemtnz

We should move from changeX() to setX() which is more intuitive. We can also add getters and setters so that we have both options when interacting with the plugin.

Example:

public get recurring() { ... };
public set recurring(value: boolean) { ... };
public setRecurring(value: boolean) { ... };

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions