Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/codec
StringInput
Class StringInput
Hierarchy
Input
StringInput
Index
Constructors
constructor
Properties
column
id
index
line
offset
part
settings
string
Accessors
mark
Methods
as
Part
clone
head
is
Cont
is
Done
is
Empty
is
Error
is
Part
seek
step
trap
with
Id
with
Mark
with
Settings
create
done
empty
error
Constructors
constructor
new
String
Input
(
string
:
string
, id
:
undefined
|
string
, offset
:
number
, line
:
number
, column
:
number
, settings
:
InputSettings
, index
:
number
, part
:
boolean
)
:
StringInput
Parameters
string:
string
id:
undefined
|
string
offset:
number
line:
number
column:
number
settings:
InputSettings
index:
number
part:
boolean
Returns
StringInput
Properties
Readonly
column
column
:
number
Readonly
id
id
:
undefined
|
string
Readonly
index
index
:
number
Readonly
line
line
:
number
Readonly
offset
offset
:
number
Readonly
part
part
:
boolean
Readonly
settings
settings
:
InputSettings
Readonly
string
string
:
string
Accessors
mark
get
mark
(
)
:
Mark
Returns
Mark
Methods
as
Part
as
Part
(
part
:
boolean
)
:
Input
Parameters
part:
boolean
Returns
Input
clone
clone
(
)
:
Input
Returns
Input
head
head
(
)
:
number
Returns
number
is
Cont
is
Cont
(
)
:
boolean
Returns
boolean
is
Done
is
Done
(
)
:
boolean
Returns
boolean
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
is
Error
is
Error
(
)
:
boolean
Returns
boolean
is
Part
is
Part
(
)
:
boolean
Returns
boolean
seek
seek
(
mark
?:
Mark
)
:
Input
Parameters
Optional
mark:
Mark
Returns
Input
step
step
(
)
:
Input
Returns
Input
trap
trap
(
)
:
Error
Returns
Error
with
Id
with
Id
(
id
:
undefined
|
string
)
:
Input
Parameters
id:
undefined
|
string
Returns
Input
with
Mark
with
Mark
(
mark
:
Mark
)
:
Input
Parameters
mark:
Mark
Returns
Input
with
Settings
with
Settings
(
settings
:
AnyInputSettings
)
:
Input
Parameters
settings:
AnyInputSettings
Returns
Input
Static
create
create
(
string
:
string
)
:
Input
Parameters
string:
string
Returns
Input
Static
done
done
(
)
:
Input
Returns
Input
Static
empty
empty
(
)
:
Input
Returns
Input
Static
error
error
(
error
:
Error
)
:
Input
Parameters
error:
Error
Returns
Input
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
String
Input
constructor
column
id
index
line
offset
part
settings
string
mark
as
Part
clone
head
is
Cont
is
Done
is
Empty
is
Error
is
Part
seek
step
trap
with
Id
with
Mark
with
Settings
create
done
empty
error
Generated using
TypeDoc