Configuration options
type Config = {
autoplay?: Autoplay;
channel?: string;
client: string;
data?: DataConfig;
debug?: boolean;
hostNode?: string;
language?: LanguageCode;
layout?: LayoutConfig;
on?: {
error?: (err: Error | string) => void;
ready?: (library: Library) => void;
};
player?: PlayerConfig;
querystring?: string;
quickView?: QuickViewConfig;
sections?: SectionConfig[];
store?: string;
template?: string;
};Last updated