Using the API With JumpSeat loaded, the JumpSeat object is available Methods JumpSeat.app(); Returns the connected application’s ID JumpSeat.guide.getAll(force); Returns a promise, with a payload of all guides available in an application. Use force to clear the cache and query the server. JumpSeat.guide.current(); Returns the currently running guide ID. JumpSeat.guide.currentStep(); Returns the […]