• Gets an object for the given key from localStorage. The object will be deserialized from JSON. Beside the default types, the following types are supported:

    • ColorUtils.Color

    Type Parameters

    • T

    Parameters

    • key: string

      the key to look up its associated object

    Returns T | null

    Returns the object if found, null otherwise