ParameterContract interface
تفاصيل معلمات العملية.
الخصائص
| default |
قيمة المعلمة الافتراضية. |
| description | وصف المعلمة. |
| examples | مثال معرف للمعلمة . |
| name | اسم المعلمة. |
| required | تحديد ما إذا كانت المعلمة مطلوبة أم لا. |
| schema |
معرف المخطط. |
| type | نوع المعلمة. |
| type |
اكتب اسما معرفا بواسطة المخطط. |
| values | قيم المعلمات. |
تفاصيل الخاصية
defaultValue
قيمة المعلمة الافتراضية.
defaultValue?: string
قيمة الخاصية
string
description
وصف المعلمة.
description?: string
قيمة الخاصية
string
examples
مثال معرف للمعلمة .
examples?: {[propertyName: string]: ParameterExampleContract}
قيمة الخاصية
{[propertyName: string]: ParameterExampleContract}
name
اسم المعلمة.
name: string
قيمة الخاصية
string
required
تحديد ما إذا كانت المعلمة مطلوبة أم لا.
required?: boolean
قيمة الخاصية
boolean
schemaId
معرف المخطط.
schemaId?: string
قيمة الخاصية
string
type
نوع المعلمة.
type: string
قيمة الخاصية
string
typeName
اكتب اسما معرفا بواسطة المخطط.
typeName?: string
قيمة الخاصية
string
values
قيم المعلمات.
values?: string[]
قيمة الخاصية
string[]