Appearance
Rule.io SDK / client/src / ResolvePreferredBrandStyleResult
Interface: ResolvePreferredBrandStyleResult
Defined in: client/src/resolve-preferred-brand-style.ts:20
Properties
brandStyle
brandStyle:
BrandStyleListItem
Defined in: client/src/resolve-preferred-brand-style.ts:24
The resolved brand style list item.
id
id:
number
Defined in: client/src/resolve-preferred-brand-style.ts:22
ID of the resolved brand style.
source
source:
ResolvePreferredBrandStyleSource
Defined in: client/src/resolve-preferred-brand-style.ts:32
How the style was selected.
'explicit' — a specific brandStyleId was passed to the function. 'default' — the style is flagged isDefault on the account. 'fallback' — no default was set; the first style in the list was used.