The reactive value provided to Vue components via inject. Composables read from these refs.

Hierarchy

  • LDVueInstance

Properties

client: LDVueClient

The LaunchDarkly client.

context: Readonly<Ref<undefined | LDContextStrict, undefined | LDContextStrict>>

The current LaunchDarkly context. Undefined until the client has initialized.

error: Readonly<Ref<undefined | Error, undefined | Error>>

The error that caused the client to fail to initialize. Only set when initializedState is 'failed'.

initializedState: Readonly<Ref<"initializing" | "failed" | "timeout" | "complete", "initializing" | "failed" | "timeout" | "complete">>

The initialization state of the client.

Generated using TypeDoc