Home > @uniformdev/context > PersonalizationSelectionAlgorithmOptions
PersonalizationSelectionAlgorithmOptions interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Context instance | |||
|
string |
Name of placement (sent to analytics) | ||
|
(message: LogMessage) => void |
(Optional) Callback for logging messages | ||
|
number |
(Optional) Maximum number of variants to place (default: 1) | ||
|
Iterable<TVariant> |
Possible variations to place |