(icon: string)
| 222 | } |
| 223 | |
| 224 | export function traceMissingIcon(icon: string) { |
| 225 | Trace.write('Could not load tab bar icon: ' + icon, Trace.categories.Error, Trace.messageType.error); |
| 226 | } |
| 227 | |
| 228 | export const selectedIndexProperty = new CoercibleProperty<TabViewBase, number>({ |
| 229 | name: 'selectedIndex', |
no test coverage detected