Type alias LDAIDefaults

LDAIDefaults: Omit<LDAIConfig, "tracker" | "enabled"> & {
    enabled?: boolean;
}

Default value for a modelConfig. This is the same as the LDAIConfig, but it does not include a tracker and enabled is optional.

Type declaration

  • Optional enabled?: boolean

    Whether the configuration is enabled.

    defaults to false

Generated using TypeDoc