Lines Matching refs:priority
3 Layout constraints refer to constraints on the aspect ratio and display priority of components.
36 Sets the display priority for the component in the layout container.
48 …priority of the component in the layout container.<br>Default value: **1**<br>**NOTE**<br>This par…
127 priority: number = 0;
140 { text: '1\n(priority:2)', priority: 2 },
141 { text: '2\n(priority:1)', priority: 1 },
142 { text: '3\n(priority:3)', priority: 3 },
143 { text: '4\n(priority:1)', priority: 1 },
144 { text: '5\n(priority:2)', priority: 2 }
158 // Bind the display priority to the child component through displayPriority.
165 .displayPriority(item.priority)