Home > @uniformdev/project-map > GetActiveEditionOptions
GetActiveEditionOptions interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Array<T> |
Node to pick the active edition for | ||
|
(edition: T) => ObjectWithEditionMetadata | |||
|
(edition: T) => string[] |
Selects locales that are enabled on an edition | ||
|
(edition: T) => string |
Selects the composition/entry ID from the edition | ||
|
string | undefined |
The current locale to resolve an edition for. When undefined, the default edition/composition is always matched if it exists. |