papi-dts
    Preparing search index...

    Variable setWebViewState

    setWebViewState: <T>(stateKey: string, stateValue: T) => void

    Set the value for a given key in the web view state.

    Type declaration

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

        • T

        Parameters

        • stateKey: string
        • stateValue: T

        Returns void