forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
|
@ -423,15 +423,15 @@ export interface LayerConfigJson {
|
|||
| string
|
||||
| {
|
||||
id?: string
|
||||
/**
|
||||
* Special value: "<layerid>.title" will return the layer's title for an element
|
||||
*/
|
||||
/**
|
||||
* Special value: "<layerid>.title" will return the layer's title for an element
|
||||
*/
|
||||
builtin: string | string[]
|
||||
override: Partial<QuestionableTagRenderingConfigJson>,
|
||||
/**
|
||||
* Add this prefix to all keys. This is applied _before_ the override, thus keys added in 'override' will not be prefixed
|
||||
*/
|
||||
prefix?: string
|
||||
override: Partial<QuestionableTagRenderingConfigJson>
|
||||
/**
|
||||
* Add this prefix to all keys. This is applied _before_ the override, thus keys added in 'override' will not be prefixed
|
||||
*/
|
||||
prefix?: string
|
||||
}
|
||||
| QuestionableTagRenderingConfigJson
|
||||
| (RewritableConfigJson<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue