papi-dts
    Preparing search index...

    Variable getWebViewState

    getWebViewState: <T>(stateKey: string, defaultValue: T) => T

    Retrieve the value from web view state with the given 'stateKey', if it exists. Otherwise return default value

    Type declaration

      • <T>(stateKey: string, defaultValue: T): T
      • Type Parameters

        • T

        Parameters

        • stateKey: string
        • defaultValue: T

        Returns T