@datapos/datapos-shared
Preparing search index...
component/context
Context
Interface Context
interface
Context
{
config
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
firstCreatedAt
?:
number
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
lastUpdatedAt
:
number
|
null
;
models
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
firstCreatedAt
?:
number
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
lastUpdatedAt
:
number
|
null
;
modelRefs
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
order
:
number
;
path
:
string
;
}
[]
;
order
:
number
;
status
:
|
{
color
:
"amber"
|
"green"
|
"red"
|
"other"
;
id
:
string
;
label
:
string
;
}
|
null
;
statusId
:
|
"alpha"
|
"beta"
|
"generalAvailability"
|
"notApplicable"
|
"preAlpha"
|
"proposed"
|
"releaseCandidate"
|
"unavailable"
|
"underReview"
;
typeId
:
"contextModelGroup"
;
}
[]
;
operations
:
"list"
[]
;
status
:
|
{
color
:
"amber"
|
"green"
|
"red"
|
"other"
;
id
:
string
;
label
:
string
;
}
|
null
;
statusId
:
|
"alpha"
|
"beta"
|
"generalAvailability"
|
"notApplicable"
|
"preAlpha"
|
"proposed"
|
"releaseCandidate"
|
"unavailable"
|
"underReview"
;
typeId
:
"context"
;
version
:
string
;
}
;
list
(
settings
?:
object
)
:
Promise
<
ContextListResult
>
;
}
Hierarchy
Component
Context
Index
Properties
config
Methods
list
Properties
Readonly
config
config
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
firstCreatedAt
?:
number
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
lastUpdatedAt
:
number
|
null
;
models
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
firstCreatedAt
?:
number
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
lastUpdatedAt
:
number
|
null
;
modelRefs
:
{
description
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
icon
:
string
|
null
;
iconDark
:
string
|
null
;
id
:
string
;
label
:
{
"en-au"
?:
string
;
"en-gb"
?:
string
;
"en-us"
?:
string
;
"es-es"
?:
string
;
}
;
order
:
number
;
path
:
string
;
}
[]
;
order
:
number
;
status
:
|
{
color
:
"amber"
|
"green"
|
"red"
|
"other"
;
id
:
string
;
label
:
string
;
}
|
null
;
statusId
:
|
"alpha"
|
"beta"
|
"generalAvailability"
|
"notApplicable"
|
"preAlpha"
|
"proposed"
|
"releaseCandidate"
|
"unavailable"
|
"underReview"
;
typeId
:
"contextModelGroup"
;
}
[]
;
operations
:
"list"
[]
;
status
:
|
{
color
:
"amber"
|
"green"
|
"red"
|
"other"
;
id
:
string
;
label
:
string
;
}
|
null
;
statusId
:
|
"alpha"
|
"beta"
|
"generalAvailability"
|
"notApplicable"
|
"preAlpha"
|
"proposed"
|
"releaseCandidate"
|
"unavailable"
|
"underReview"
;
typeId
:
"context"
;
version
:
string
;
}
Methods
list
list
(
settings
?:
object
)
:
Promise
<
ContextListResult
>
Parameters
Optional
settings
:
object
Returns
Promise
<
ContextListResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
Methods
list
@datapos/datapos-shared
Loading...