@get-advantage/advantage / types / AdvantageConfig
Interface: AdvantageConfig
types.AdvantageConfig
Properties
configUrlResolver
• Optional
configUrlResolver: () => string
Type declaration
▸ (): string
Returns
string
Defined in
formatIntegrations
• Optional
formatIntegrations: AdvantageFormatIntegration
[]
Defined in
formats
• Optional
formats: AdvantageFormat
[]
Defined in
messageValidator
• Optional
messageValidator: (parentElement
: HTMLElement
| IAdvantageWrapper
, message
: MessageEvent
<any
>) => boolean
Type declaration
▸ (parentElement
, message
): boolean
Parameters
Name | Type |
---|---|
parentElement | HTMLElement | IAdvantageWrapper |
message | MessageEvent <any > |
Returns
boolean