Skip to content

feature - extend API for waypoint groupsΒ #377

@joeenzminger

Description

@joeenzminger

Great library -

Right now, the only way to access a group is through the Waypoint instance property "group", requiring an instance of a waypoint in a group.

I'd sugesst some of the xxxAll methods be runnable
only on named groups, and I'd like to be able to acquire a group without having a Waypoint instance.

What this would add to the API is:

Waypoint.group(groupname, axis) returns Waypoint.Group instance axis defaults to vertical

Waypoint.Group instance.destroyAll()
Waypoint.Group instance.disableAll()
Waypoint.Group instance.enableAll()
Waypoint.Group instance.refreshAll()

More than willing to submit a PR, but wanted to make sure you thought the addition would be beneficial.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions