Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Search
ISavedSettings
Interface ISavedSettings
Интерфейс для сохраненных настроек колонок
Public
interface
ISavedSettings
{
isMultiLine
:
boolean
;
rowHeights
:
[
string
,
number
]
[]
;
rowWidths
:
[
string
,
number
]
[]
;
sort
:
ISortField
[]
;
visible
:
Partial
<
Pick
<
GetTypes
<
ISearchColumn
>
,
GetNames
<
ISearchColumn
>
>
>
[]
;
}
Index
Properties
is
Multi
Line
row
Heights
row
Widths
sort
visible
Properties
is
Multi
Line
isMultiLine
:
boolean
row
Heights
rowHeights
:
[
string
,
number
]
[]
row
Widths
rowWidths
:
[
string
,
number
]
[]
sort
sort
:
ISortField
[]
visible
visible
:
Partial
<
Pick
<
GetTypes
<
ISearchColumn
>
,
GetNames
<
ISearchColumn
>
>
>
[]
On This Page
Properties
is
Multi
Line
row
Heights
row
Widths
sort
visible
Юниверс MDM SDK UI
Loading...
Интерфейс для сохраненных настроек колонок
Public