Optional bootstrapBootstrap data from the server. When provided, the client immediately uses these values before
the first network response, eliminating the flag-fetch waterfall on page load. Merged into
startOptions.bootstrap; this top-level value takes precedence.
Optional deferIf true, the client will not start automatically. Start it manually via useLDClient().start().
false
Optional injectionA custom injection key, for running multiple LaunchDarkly clients in the same application. If not provided, the default key is used. Create one with createLDVueInstanceKey.
Optional ldOptions for the LaunchDarkly client.
Optional startOptions for starting the LaunchDarkly client. Useful when not deferring initialization.
Generated using TypeDoc
Options for creating a Vue provider.