Type Alias PublicPageParameters
PublicPageParameters: { allowSwitchingModes?: boolean | null; analytics?: boolean | null; apiKey?: string | null; baseUrl?: string | null; brandColor?: string | null; brandFontFamily?: string | null; brandLogoImgSrcUrl?: string | null; brandName?: string | null; buttonTriggers?: ButtonTrigger[] | null; chat?: boolean | null; creatorLinkedInUrl?: string | null; creatorName?: string | null; currencyPosition?: string | null; datasetId?: string | null; debounceMs?: number | null; defaultAiQuestions?: string[] | null; defaultCurrency?: string | null; defaultSearchMode?: string | null; defaultSearchQueries?: string[] | null; floatingButtonPosition?: string | null; floatingSearchIconPosition?: string | null; forBrandName?: string | null; headingPrefix?: string | null; heroPattern?: HeroPattern | null; hideDrawnText?: boolean | null; navLogoImgSrcUrl?: string | null; openGraphMetadata?: OpenGraphMetadata | null; openLinksInNewTab?: boolean | null; placeholder?: string | null; problemLink?: string | null; responsive?: boolean | null; searchOptions?: PublicPageSearchOptions | null; showFloatingButton?: boolean | null; showFloatingInput?: boolean | null; showFloatingSearchIcon?: boolean | null; singleProductOptions?: SingleProductOptions | null; suggestedQueries?: boolean | null; tabMessages?: PublicPageTabMessage[] | null; tags?: PublicPageTag[] | null; theme?: PublicPageTheme | null; type?: string | null; useGroupSearch?: boolean | null; usePagefind?: boolean | null; videoLink?: string | null; videoPosition?: string | null; zIndex?: number | null; }