@nospamproxy/core
Preparing search index...
custom-elements/webparts/List/ColumnDefinition
ColumnDefinition
Interface ColumnDefinition
interface
ColumnDefinition
{
cell
:
CustomElementType
<
Constructable
>
;
fraction
:
boolean
;
header
:
CustomElementType
<
Constructable
>
;
id
:
string
|
null
;
index
:
number
;
resizable
:
boolean
;
sizing
:
ColumnSizing
;
sortable
:
boolean
|
readonly
ColumnSorting
[]
;
width
:
string
;
wrap
:
boolean
;
}
Index
Properties
cell
fraction
header
id
index
resizable
sizing
sortable
width
wrap
Properties
Readonly
cell
cell
:
CustomElementType
<
Constructable
>
Readonly
fraction
fraction
:
boolean
Readonly
header
header
:
CustomElementType
<
Constructable
>
Readonly
id
id
:
string
|
null
Readonly
index
index
:
number
Readonly
resizable
resizable
:
boolean
Readonly
sizing
sizing
:
ColumnSizing
Readonly
sortable
sortable
:
boolean
|
readonly
ColumnSorting
[]
Readonly
width
width
:
string
Readonly
wrap
wrap
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
fraction
header
id
index
resizable
sizing
sortable
width
wrap
@nospamproxy/core
Loading...