Skip to content

Commit

Permalink
add liftUpArmrests
Browse files Browse the repository at this point in the history
  • Loading branch information
bverbeken committed Dec 17, 2024
1 parent 272f377 commit 7824dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ seatingChart.listSelectedObjects().then(objects => {
obj.accessible
obj.category
obj.companionSeat
obj.liftUpArmrests
obj.deselect
obj.displayObjectType
obj.label
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ export interface AbstractSelectableObject extends InteractiveObject {
readonly accessible: boolean | undefined
readonly restrictedView: boolean | undefined
readonly companionSeat: boolean | undefined
readonly liftUpArmrests: boolean | undefined
readonly displayObjectType: string | undefined
readonly category?: CategoryToJSON
readonly pricing: PricingJson
Expand Down

0 comments on commit 7824dae

Please sign in to comment.