DesktopPatch interface
Desktop properties that can be patched.
Properties
description | Description of Desktop. |
friendly |
Friendly name of Desktop. |
tags | tags to be updated |
Property Details
description
Description of Desktop.
description?: string
Property Value
string
friendlyName
Friendly name of Desktop.
friendlyName?: string
Property Value
string
tags
tags to be updated
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}