Lines Matching refs:breakpoints
43 |breakpoints|[BreakPoints](#breakpoints)| No |Array of breakpoints for the breakpoint value and th…
82 …breakpoints](../../../ui/arkts-layout-development-grid-layout.md#grid-breakpoints). A maximum of s…
113 Sets breakpoints for the responsive grid container.
123 | value | Array<string> | No | Array of monotonically increasing breakpoints.<br>Default val…
126 // Enable the xs, sm, and md breakpoints.
127 breakpoints: {value: ["100vp", "200vp"]}
128 …// Enable four breakpoints: xs, sm, md, and lg. The breakpoint range must be monotonically increas…
129 breakpoints: {value: ["320vp", "600vp", "840vp"]}
130 …// Enable five breakpoints: xs, sm, md, lg, and xl. The number of breakpoint ranges cannot exceed …
131 breakpoints: {value: ["320vp", "600vp", "840vp", "1080vp"]}
200 onBreakpointChange(callback: (breakpoints: string) => void)
214 |breakpoints| string |No|Breakpoint change.<br> The value can be **"xs"**, **"sm"**, **"md"**, **"l…
231 breakpoints: { value: ["400vp", "600vp", "800vp"],