ResourceBase interface
الخصائص
| description | نص وصف الأصل. |
| properties | قاموس خاصية الأصل. |
| tags | قاموس العلامات. يمكن إضافة العلامات وإزالتها وتحديثها. |
تفاصيل الخاصية
description
نص وصف الأصل.
description?: string
قيمة الخاصية
string
properties
قاموس خاصية الأصل.
properties?: {[propertyName: string]: string | null}
قيمة الخاصية
{[propertyName: string]: string | null}
tags
قاموس العلامات. يمكن إضافة العلامات وإزالتها وتحديثها.
tags?: {[propertyName: string]: string | null}
قيمة الخاصية
{[propertyName: string]: string | null}