ISdkParams

@blings/blings-player


@blings/blings-player / ISdkParams

Interface: ISdkParams

Properties

data

data: any


experiments?

optional experiments: IExperiment<ExperimentValues>[]

An array of all the experiments that this player should use. These have precedence over the experiments that are defined in the project


flowDiagram?

optional flowDiagram: IFlowDiagram


polyfills?

optional polyfills: IPolyfills


project

project: IProjectFetchData | Omit<Omit<Omit<Omit<IProjectServerData, "playerSettings">, "flowDiagram">, "overlay">, "fontOverrides">


rest?

optional rest: Partial<IPlayerParams>

extra things that Player can get For Blings developers only (not for external docs) (note: currently not deep clone, so make sure to not override other stuff


scenes?

optional scenes: ISdkScene[]

list of video-parts ("scenes") and their order that will be played


settings

settings: ISdkSettings


uid?

optional uid: string


utmParams?

optional utmParams: UtmType


variantSelectionSet?

optional variantSelectionSet: IVariantSelectionSet

Last updated