Search
Preparing search index...
The search index is not available
novel-segment
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/table/dict"
TableDict
Class TableDict
todo
掛接其他 dict
Hierarchy
AbstractTableDictCore
<
ITableDictRow
>
TableDict
Index
Constructors
constructor
Properties
TABLE
TABLE2
options
type
type
Methods
__handle
Input
_add
_exists
_remove
add
exists
json
remove
size
stringify
Constructors
constructor
new
Table
Dict
(
type
:
string
, options
?:
IOptions
, existsTable
?:
ITableDictExistsTable
<
ITableDictRow
>
,
...
argv
:
any
[]
)
:
TableDict
Parameters
type:
string
Default value
options:
IOptions
= {}
Optional
existsTable:
ITableDictExistsTable
<
ITableDictRow
>
Rest
...
argv:
any
[]
Returns
TableDict
Properties
TABLE
TABLE
:
IDICT
<
ITableDictRow
>
TABLE2
TABLE2
:
IDICT2
<
ITableDictRow
>
options
options
:
IOptions
type
type
:
string
Static
type
type
:
string
Methods
Protected
__handle
Input
__handle
Input
(
data
:
IWord
|
IDictRow
|
string
)
:
object
Parameters
data:
IWord
|
IDictRow
|
string
Returns
object
plus
:
(
string
|
number
)
[]
data
:
object
f
:
number
p
:
number
w
:
string
Protected
_add
_add
(
__namedParameters
:
object
)
:
void
Parameters
__namedParameters:
object
f
:
number
p
:
number
s
:
boolean
w
:
string
Returns
void
Protected
_exists
_exists<U>
(
data
:
U
,
...
argv
:
any
[]
)
:
any
Type parameters
U
:
IWord
|
IDictRow
|
string
Parameters
data:
U
Rest
...
argv:
any
[]
Returns
any
Protected
_remove
_remove
(
__namedParameters
:
object
)
:
this
Parameters
__namedParameters:
object
f
:
number
p
:
number
s
:
boolean
w
:
string
Returns
this
add
add
(
data
:
IWord
|
IDictRow
|
string
, skipExists
?:
boolean
)
:
this
Parameters
data:
IWord
|
IDictRow
|
string
Optional
skipExists:
boolean
Returns
this
exists
exists
(
data
:
IWord
|
IDictRow
|
string
)
:
ITableDictRow
Parameters
data:
IWord
|
IDictRow
|
string
Returns
ITableDictRow
json
json
(
)
:
IDICT
<
ITableDictRow
>
Returns
IDICT
<
ITableDictRow
>
remove
remove
(
target
:
IWord
|
IDictRow
|
string
)
:
this
Parameters
target:
IWord
|
IDictRow
|
string
Returns
this
size
size
(
)
:
number
Returns
number
stringify
stringify
(
LF
?:
string
)
:
any
將目前的 表格 匯出
Parameters
Default value
LF:
string
= ""
Returns
any
README
Globals
"lib/table/dict"
Table
Dict
constructor
TABLE
TABLE2
options
type
type
__handle
Input
_add
_exists
_remove
add
exists
json
remove
size
stringify
ITable
Dict
Row
_clone
Deep
Generated using
TypeDoc
掛接其他 dict