FieldedText TypeScript Library - v0.1.2
GitHub
NPM
Preparing search index...
substitutions/ft-substitution-list
FtSubstitutionList
Class FtSubstitutionList
Index
Constructors
constructor
Accessors
count
Methods
clear
get
new
try
Get
First
Matching
try
Get
Value
Constructors
constructor
new
FtSubstitutionList
()
:
FtSubstitutionList
Returns
FtSubstitutionList
Accessors
count
get
count
()
:
number
Returns
number
Methods
clear
clear
()
:
void
Returns
void
get
get
(
index
:
number
)
:
FtSubstitution
Parameters
index
:
number
Returns
FtSubstitution
new
new
()
:
FtSubstitution
Returns
FtSubstitution
try
Get
First
Matching
tryGetFirstMatching
(
text
:
string
,
startIndex
:
number
,
)
:
{
found
:
boolean
;
token
:
string
;
valueLength
:
number
}
Parameters
text
:
string
startIndex
:
number
Returns
{
found
:
boolean
;
token
:
string
;
valueLength
:
number
}
try
Get
Value
tryGetValue
(
token
:
string
)
:
{
found
:
boolean
;
value
:
string
}
Parameters
token
:
string
Returns
{
found
:
boolean
;
value
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
count
Methods
clear
get
new
try
Get
First
Matching
try
Get
Value
GitHub
NPM
FieldedText TypeScript Library - v0.1.2
Loading...