H5P NodeJS Library
GitHub
Preparing search index...
@lumieducation/h5p-webcomponents
IH5PDialog
Interface IH5PDialog
interface
IH5PDialog
{
new
IH5PDialog
(
name
:
string
,
title
:
string
,
content
:
string
,
$element
:
any
,
)
:
any
;
close
()
:
void
;
open
(
scrollbar
:
boolean
)
:
void
;
}
Index
Constructors
constructor
Methods
close
open
Constructors
constructor
new
IH5PDialog
(
name
:
string
,
title
:
string
,
content
:
string
,
$element
:
any
)
:
any
Parameters
name
:
string
title
:
string
content
:
string
$element
:
any
Returns
any
Methods
close
close
()
:
void
Returns
void
open
open
(
scrollbar
:
boolean
)
:
void
Parameters
scrollbar
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
close
open
GitHub
H5P NodeJS Library
Loading...