papi-dts
    Preparing search index...

    Variable getDataProviderObjectIdConst Experimental

    getDataProviderObjectId: (providerName: string) => string

    Gets the id for the data provider network object with the given name Don't add the suffix to the provider name if it's already there to avoid duplication

    Exported because anything that has a provider NAME and needs to recognize that provider's network object — useDataProvider's re-lookup listener, for one — has to derive the id the same way this service does rather than assume the name is the id.

    Type declaration

      • (providerName: string): string
      • Parameters

        • providerName: string

        Returns string