0.1.8 • Published 6 months ago

capacitor-native-configuration v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

capacitor-native-configuration

Allows to pass native configuration to the capacitor web view which persists between OTA updates

Install

npm install capacitor-native-configuration
npx cap sync

API

get(...)

get<T extends "webhost">(options: { key: T; }) => Promise<Record<T, NativeConfiguration[T]>>
ParamType
options{ key: T; }

Returns: Promise<Record<T, NativeConfigurationT>>


Interfaces

NativeConfiguration

PropType
webhoststring

Type Aliases

Record

Construct a type with a set of properties K of type T

{

}

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago