Project home
API overview
npm
Theme
System
Light
Dark
vue-screenfull
Preparing search index...
ScreenfullComponentProps
Interface ScreenfullComponentProps
interface
ScreenfullComponentProps
{
debug
?:
boolean
;
document
?:
Document
;
exitOnRouteChange
?:
boolean
;
fallback
?:
ScreenfullFallbackMode
;
fallbackClass
?:
string
;
lockScroll
?:
boolean
;
onChange
?:
(
state
:
ScreenfullState
)
=>
void
;
onEnter
?:
(
state
:
ScreenfullState
)
=>
void
;
onError
?:
(
error
:
ScreenfullError
)
=>
void
;
onExit
?:
(
state
:
ScreenfullState
)
=>
void
;
onFallback
?:
(
state
:
ScreenfullState
)
=>
void
;
restoreFocus
?:
boolean
;
target
?:
ScreenfullTarget
;
}
Hierarchy (
View Summary
)
ScreenfullOptions
ScreenfullComponentProps
Index
Properties
debug?
document?
exit
On
Route
Change?
fallback?
fallback
Class?
lock
Scroll?
on
Change?
on
Enter?
on
Error?
on
Exit?
on
Fallback?
restore
Focus?
target?
Properties
Optional
debug
debug
?:
boolean
Optional
document
document
?:
Document
Optional
exit
On
Route
Change
exitOnRouteChange
?:
boolean
Optional
fallback
fallback
?:
ScreenfullFallbackMode
Optional
fallback
Class
fallbackClass
?:
string
Optional
lock
Scroll
lockScroll
?:
boolean
Optional
on
Change
onChange
?:
(
state
:
ScreenfullState
)
=>
void
Optional
on
Enter
onEnter
?:
(
state
:
ScreenfullState
)
=>
void
Optional
on
Error
onError
?:
(
error
:
ScreenfullError
)
=>
void
Optional
on
Exit
onExit
?:
(
state
:
ScreenfullState
)
=>
void
Optional
on
Fallback
onFallback
?:
(
state
:
ScreenfullState
)
=>
void
Optional
restore
Focus
restoreFocus
?:
boolean
Optional
target
target
?:
ScreenfullTarget
Settings
Member Visibility
Inherited
External
Theme
System
Light
Dark
On This Page
Properties
debug
document
exit
On
Route
Change
fallback
fallback
Class
lock
Scroll
on
Change
on
Enter
on
Error
on
Exit
on
Fallback
restore
Focus
target
vue-screenfull
Loading...