The RpgLogs Scripting API
Preparing search index...
RpgLogs
TableColumn
Type Alias TableColumn
type
TableColumn
=
{
columns
?:
Record
<
string
,
TableColumn
>
;
displayValueKey
?:
string
;
header
:
string
;
maxWidth
?:
number
;
minWidth
?:
number
;
noWrap
?:
boolean
;
sorting
?:
{
initialDirection
:
"asc"
|
"desc"
}
;
textAlign
?:
"left"
|
"center"
|
"right"
;
title
?:
string
;
width
?:
number
;
}
Index
Properties
columns?
display
Value
Key?
header
max
Width?
min
Width?
no
Wrap?
sorting?
text
Align?
title?
width?
Properties
Optional
columns
columns
?:
Record
<
string
,
TableColumn
>
Optional
display
Value
Key
displayValueKey
?:
string
header
header
:
string
Optional
max
Width
maxWidth
?:
number
Optional
min
Width
minWidth
?:
number
Optional
no
Wrap
noWrap
?:
boolean
Optional
sorting
sorting
?:
{
initialDirection
:
"asc"
|
"desc"
}
Optional
text
Align
textAlign
?:
"left"
|
"center"
|
"right"
Optional
title
title
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
display
Value
Key
header
max
Width
min
Width
no
Wrap
sorting
text
Align
title
width
The RpgLogs Scripting API
Loading...