Lines Matching refs:bindSheet
3 You can bind a sheet to a component through the **bindSheet** attribute. You can also set the sheet…
11 ## bindSheet section
13 bindSheet(isShow: Optional\<boolean\>, builder: CustomBuilder, options?: SheetOptions)
210 .bindSheet($$this.isShow, this.myBuilder(), {
238 This example demonstrates how to use the **detents** property of **bindSheet** to set three differe…
272 .bindSheet($$this.isShow, this.myBuilder(), {
291 …Color** properties with **LocalizedEdgeWidths** and **LocalizedEdgeColors** types in **bindSheet**.
324 .bindSheet($$this.isShow, this.myBuilder(), {
351 …ple shows how to register **onWillDismiss** and **onWillSpringBackWhenDismiss** with **bindSheet**.
377 .bindSheet($$this.isShow, this.myBuilder(), {
434 .bindSheet($$this.isShow, this.myBuilder(), {
565 .bindSheet($$this.isShow, this.myBuilder(), {