Interface LDIdentifyOptions

Hierarchy

  • Omit<LDIdentifyOptions, "waitForNetworkResults">
    • LDIdentifyOptions

Properties

bootstrap?: unknown
bootstrapParsed?: {
    [key: string]: ItemDescriptor;
}

Type declaration

  • [key: string]: ItemDescriptor
hash?: string
noTimeout?: boolean
sheddable?: boolean

If true, the identify operation will be sheddable. This means that if multiple identify operations are done, without waiting for the previous one to complete, then intermediate results will be discarded. When false, identify operations will be queued and completed sequentially.

Defaults to true.

timeout?: number

Generated using TypeDoc