Skip to content

Home > @jview/utils > unlistenFullscreen

unlistenFullscreen() function

移除监听全屏变化事件

Signature:

typescript
export declare function unlistenFullscreen(callback: EventListener, options?: boolean | EventListenerOptions): void;

Parameters

Parameter

Type

Description

callback

EventListener

回调函数

options

boolean | EventListenerOptions

(Optional) 监听事件选项,可选

Returns:

void