Data SourcesReferenceSessionStoragePartgetget Method Retrieves the current value @returns T API get(): T; Example import {sessionStoragePart} from '@bitfiber/rx'; const ssPart = sessionStoragePart('key'); const value = ssPart.get();$set