مشاركة عبر


FeatureProperties interface

عنصر DTO الذي يمثل الميزة

يمتد

الخصائص

dataType

تحديد النوع

featureName

تحديد الاسم

الخصائص الموروثة

description

نص وصف الأصل.

properties

قاموس خاصية الأصل.

tags

قاموس العلامات. يمكن إضافة العلامات وإزالتها وتحديثها.

تفاصيل الخاصية

dataType

تحديد النوع

dataType?: string

قيمة الخاصية

string

featureName

تحديد الاسم

featureName?: string

قيمة الخاصية

string

تفاصيل الخاصية الموروثة

description

نص وصف الأصل.

description?: string

قيمة الخاصية

string

موروث منResourceBase.description

properties

قاموس خاصية الأصل.

properties?: {[propertyName: string]: string | null}

قيمة الخاصية

{[propertyName: string]: string | null}

موروث منResourceBase.properties

tags

قاموس العلامات. يمكن إضافة العلامات وإزالتها وتحديثها.

tags?: {[propertyName: string]: string | null}

قيمة الخاصية

{[propertyName: string]: string | null}

موروثة منResourceBase.tags