Function AdClickThroughButton
- AdClickThroughButton(props): ReactNode
Parameters
props: Omit<HTMLAttributes<AdClickThroughButton>, "disabled" | "onClick" | "error" | "fullscreen" | "theoplayerUiObservedProperties" | "player" | "deviceType" | "streamType" | "playbackRate" | "activeVideoQuality" | "targetVideoQualities" | "previewTime" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "clickThrough"> & EventListeners<{
onClick: "click";
}> & Partial<Omit<AdClickThroughButton, keyof HTMLElement>> & RefAttributes<AdClickThroughButton>
Returns ReactNode
See AdClickThroughButton in @theoplayer/web-ui.