Type Alias: ScopedDisplayInstance
ts
type ScopedDisplayInstance = DisplayInstance & {
intersecting: Ref<boolean>;
orientation: Ref<ScopedDisplayOrientation>;
ssr: boolean;
visible: Ref<boolean>;
};Type Declaration
| Name | Type |
|---|---|
intersecting | Ref<boolean> |
orientation | Ref<ScopedDisplayOrientation> |
ssr | boolean |
visible | Ref<boolean> |