bitmovin-player-ui
    Preparing search index...

    Function getObject

    • 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

      Returns the object if found, null otherwise