InformationNode interface
Reprezentace dat informačního uzlu spojeného s buildem
Vlastnosti
| fields | Pole informačního uzlu |
| last |
Proces nebo osoba, která naposledy změnila tento uzel |
| last |
Datum, kdy byl tento uzel naposledy změněn |
| node |
ID uzlu tohoto informačního uzlu |
| parent |
ID nadřazeného uzlu (xml strom) |
| type | Typ informačního uzlu |
Podrobnosti vlastnosti
fields
Pole informačního uzlu
fields: {[key: string]: string}
Hodnota vlastnosti
{[key: string]: string}
lastModifiedBy
Proces nebo osoba, která naposledy změnila tento uzel
lastModifiedBy: string
Hodnota vlastnosti
string
lastModifiedDate
Datum, kdy byl tento uzel naposledy změněn
lastModifiedDate: Date
Hodnota vlastnosti
Date
nodeId
ID uzlu tohoto informačního uzlu
nodeId: number
Hodnota vlastnosti
number
parentId
ID nadřazeného uzlu (xml strom)
parentId: number
Hodnota vlastnosti
number
type
Typ informačního uzlu
type: string
Hodnota vlastnosti
string