Skip to content

seat selectability callback #29

Description

@aviau

I should be able to write a function to determine if a seat is selectable or not

seatSelectable: (seat) => {
    if seat.status == "booked" { return False; }
    return True;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions