Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/WorkInterfaces
BoardColumn
Interface BoardColumn
interface
BoardColumn
{
columnType
?:
BoardColumnType
;
description
?:
string
;
id
?:
string
;
isSplit
?:
boolean
;
itemLimit
?:
number
;
name
?:
string
;
stateMappings
?:
{
[
key
:
string
]:
string
}
;
}
Index
Properties
column
Type?
description?
id?
is
Split?
item
Limit?
name?
state
Mappings?
Properties
Optional
column
Type
columnType
?:
BoardColumnType
Optional
description
description
?:
string
Optional
id
id
?:
string
Optional
is
Split
isSplit
?:
boolean
Optional
item
Limit
itemLimit
?:
number
Optional
name
name
?:
string
Optional
state
Mappings
stateMappings
?:
{
[
key
:
string
]:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Type
description
id
is
Split
item
Limit
name
state
Mappings
azure-devops-node-api
Loading...