Documentation
Preparing search index...
@webly/rebind
rebind
Rebind
Class Rebind
Index
Constructors
constructor
Methods
config
directives
plugins
run
state
Constructors
constructor
new
Rebind
(
selectors
:
string
|
Node
)
:
Rebind
Parameters
selectors
:
string
|
Node
Returns
Rebind
Methods
config
config
(
config
:
Partial
<
{
clean
:
{
directives
:
boolean
;
scopes
:
boolean
}
;
jsonParse
:
JsonParse
;
jsonRevier
:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
;
}
,
>
,
)
:
Rebind
Parameters
config
:
Partial
<
{
clean
:
{
directives
:
boolean
;
scopes
:
boolean
}
;
jsonParse
:
JsonParse
;
jsonRevier
:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
;
}
,
>
Returns
Rebind
directives
directives
(
directives
:
Directives
)
:
Rebind
Parameters
directives
:
Directives
Returns
Rebind
plugins
plugins
(
plugins
:
Plugin
[]
)
:
Rebind
Parameters
plugins
:
Plugin
[]
Returns
Rebind
run
run
()
:
Promise
<
void
>
Returns
Promise
<
void
>
state
state
(
...
state
:
object
[]
)
:
Rebind
Parameters
...
state
:
object
[]
Returns
Rebind
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
config
directives
plugins
run
state
Documentation
Loading...