Body, Mind & Soul — API Reference
Preparing search index...
lib/tokenizr.esm
ActionContext
Class ActionContext
Index
Constructors
constructor
Properties
_
data
_
ignore
_
match
_
reject
_
repeat
_
tokenizr
Methods
accept
data
ignore
info
pop
push
reject
repeat
state
stop
tag
tagged
untag
Constructors
constructor
new
ActionContext
(
tokenizr
:
any
)
:
ActionContext
Parameters
tokenizr
:
any
Returns
ActionContext
Properties
_
data
_data
:
{}
_
ignore
_ignore
:
boolean
_
match
_match
:
any
_
reject
_reject
:
boolean
_
repeat
_repeat
:
boolean
_
tokenizr
_tokenizr
:
any
Methods
accept
accept
(
type
:
any
,
value
:
any
)
:
ActionContext
Parameters
type
:
any
value
:
any
Returns
ActionContext
data
data
(
key
:
any
,
value
:
any
,
...
args
:
any
[]
)
:
any
Parameters
key
:
any
value
:
any
...
args
:
any
[]
Returns
any
ignore
ignore
()
:
ActionContext
Returns
ActionContext
info
info
()
:
{
column
:
any
;
len
:
any
;
line
:
any
;
pos
:
any
}
Returns
{
column
:
any
;
len
:
any
;
line
:
any
;
pos
:
any
}
pop
pop
()
:
any
Returns
any
push
push
(
state
:
any
)
:
ActionContext
Parameters
state
:
any
Returns
ActionContext
reject
reject
()
:
ActionContext
Returns
ActionContext
repeat
repeat
()
:
ActionContext
Returns
ActionContext
state
state
(
state
:
any
)
:
any
Parameters
state
:
any
Returns
any
stop
stop
()
:
ActionContext
Returns
ActionContext
tag
tag
(
tag
:
any
)
:
ActionContext
Parameters
tag
:
any
Returns
ActionContext
tagged
tagged
(
tag
:
any
)
:
any
Parameters
tag
:
any
Returns
any
untag
untag
(
tag
:
any
)
:
ActionContext
Parameters
tag
:
any
Returns
ActionContext
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
data
_
ignore
_
match
_
reject
_
repeat
_
tokenizr
Methods
accept
data
ignore
info
pop
push
reject
repeat
state
stop
tag
tagged
untag
Body, Mind & Soul — API Reference
Loading...