Contents

floorLevel

The current floor the user is on.

Declaration

readonly floorLevel?: number | undefined;

Discussion

This property returns either a floor number or undefined, which represents the current floor the user is on. Undefined may indicate that the browser doesn’t expose this property.