@alpaca-software/40kdc-data
Preparing search index...
data
ShareList
Interface ShareList
The lossless, serializable essence of a list — what a share link carries.
interface
ShareList
{
name
:
string
;
factionId
:
string
|
null
;
detachmentIds
:
string
[]
;
battleSize
:
"incursion"
|
"strike-force"
;
disposition
:
string
|
null
;
units
:
ShareUnit
[]
;
}
Index
Properties
name
faction
Id
detachment
Ids
battle
Size
disposition
units
Properties
name
name
:
string
faction
Id
factionId
:
string
|
null
detachment
Ids
detachmentIds
:
string
[]
battle
Size
battleSize
:
"incursion"
|
"strike-force"
disposition
disposition
:
string
|
null
units
units
:
ShareUnit
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
faction
Id
detachment
Ids
battle
Size
disposition
units
@alpaca-software/40kdc-data
Loading...
The lossless, serializable essence of a list — what a share link carries.