# useFieldSchema

# 描述

主要在自定义组件中读取当前字段的 Schema 信息,该 hook 只能用在 SchemaField 或者 RecursionField 的子树中使用

# 签名

interface useFieldSchema {
  (): Ref<Schema>
}

Schema 参考Schema

# 用例

Last Updated: 5/17/2021, 11:42:08 AM