Skip to main content

@recative/client-sdk

Index

Type Aliases

PlayerPropsInjectorHook

PlayerPropsInjectorHook<PlayerPropsInjectedDependencies, EnvVariable>: (props: InjectedProps<PlayerPropsInjectedDependencies, EnvVariable>) => { episodeId?: string; getEpisodeMetadata?: (episodeId: string, episodeMetadata: IEpisodeMetadata) => IEpisodeMetadata | Promise<IEpisodeMetadata> | undefined | Promise<undefined>; injectToContainer?: Record<string, unknown>; injectToPlayer?: Partial<IManagedActPointProps<EnvVariable>>; injectToSdk?: Partial<IContentProps<PlayerPropsInjectedDependencies, EnvVariable>> }

Type parameters

  • PlayerPropsInjectedDependencies
  • EnvVariable: Record<string, unknown>

Type declaration

Variables

constDEFAULT_INTERFACE_COMPONENTS_MODULE

DEFAULT_INTERFACE_COMPONENTS_MODULE: { default: InterfaceExtensionComponent[] } = ...

Type declaration

constDEFAULT_MODULE

DEFAULT_MODULE: ICustomizedModule<any> = ...