ISdkParams
Last updated
@blings/blings-player / ISdkParams
data:
any
optionalexperiments: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
optionalflowDiagram:IFlowDiagram
optionalpolyfills:IPolyfills
project:
IProjectFetchData|Omit<Omit<Omit<Omit<IProjectServerData,"playerSettings">,"flowDiagram">,"overlay">,"fontOverrides">
optionalrest: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
optionalscenes:ISdkScene[]
list of video-parts ("scenes") and their order that will be played
settings:
ISdkSettings
optionaluid:string
optionalutmParams:UtmType
optionalvariantSelectionSet:IVariantSelectionSet
Last updated

