ParameterPath type
描述如何访问给定对象数据源中的特定属性的路径。 可以是一个属性名称、一个表示嵌套属性名称的数组,或者一组包含路径的多个命名属性(对于复杂对象值)。
type ParameterPath =
| string
| string[]
| { [propertyName: string]: ParameterPath }
你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
描述如何访问给定对象数据源中的特定属性的路径。 可以是一个属性名称、一个表示嵌套属性名称的数组,或者一组包含路径的多个命名属性(对于复杂对象值)。
type ParameterPath =
| string
| string[]
| { [propertyName: string]: ParameterPath }