根据文档,验证者可以返回对象func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
return CGSize(width: (collectionView.frame.width/2) - 5, height: collectionView.frame.width/2)
}
或{[key: string]: any}
所以这意味着它可以返回一个对象(对于null
),并且该对象可以包含该验证错误的完整信息。
例如:
any
问:是否有可能通过某种方式让返回的对象在表单组件类中使用它?
当然我们可以使用三个验证器而不是这个验证器,但我想知道是否存在这种可能性。