如何配置组件的底层?

How do you configure a Component's underlying layer?

例如:如何设置 CKButtonComponent 的边框宽度?直接使用视图时,您可以这样指定:

view.layer.borderWidth = xx

使用CKComponentViewAttribute::LayerAttribute(@selector(setBorderWidth:)).