Interface IsolationRef

interface IsolationRef {
    adapter: RefObject<IsolationAdapter>;
    autoIsolate: StateRef<boolean>;
    ghostOpacity: StateRef<number>;
    onAutoIsolate: FuncRef<void>;
    onVisibilityChange: FuncRef<void>;
    showGhost: StateRef<boolean>;
    showPanel: StateRef<boolean>;
    showRooms: StateRef<boolean>;
    visibility: StateRef<VisibilityStatus>;
}

Properties

adapter: RefObject<IsolationAdapter>
autoIsolate: StateRef<boolean>
ghostOpacity: StateRef<number>
onAutoIsolate: FuncRef<void>
onVisibilityChange: FuncRef<void>
showGhost: StateRef<boolean>
showPanel: StateRef<boolean>
showRooms: StateRef<boolean>