Lines Matching refs:bindSheet
3 通过bindSheet属性为组件绑定半模态页面,在组件插入时可通过设置自定义或默认的内置高度确定半模态大小。
11 ## bindSheet section
13 bindSheet(isShow: Optional\<boolean\>, builder: CustomBuilder, options?: SheetOptions)
210 .bindSheet($$this.isShow, this.myBuilder(), {
238 使用bindSheet的detents属性设置三个不同高度的档位。
272 .bindSheet($$this.isShow, this.myBuilder(), {
291 bindSheet属性的borderWidth、borderColor属性值使用LocalizedEdgeWidths类型和LocalizedEdgeColors类型。
324 .bindSheet($$this.isShow, this.myBuilder(), {
351 bindSheet注册onWillDismiss与onWillSpringBackWhenDismiss。
377 .bindSheet($$this.isShow, this.myBuilder(), {
434 .bindSheet($$this.isShow, this.myBuilder(), {
565 .bindSheet($$this.isShow, this.myBuilder(), {