Standard-Dokument

Allgemeine Informationen

Domain

TcHmiSrv

Vollständiger Symbol-Pfad

TcHmiSrv.Config::DEFAULTDOCUMENT

Eigenschaft ist versteckt

Nein

Standardmäßig in jeder Konfiguration enthalten

Nein

Schema

Typ

array

Duplikate erlaubt

Ja

Default-Wert

[
    "Default.html"
]

JSON-Schema

{
    "default": [
        "Default.html"
    ],
    "items": {
        "format": "filename",
        "type": "string"
    },
    "type": "array",
    "uniqueItems": true
}