MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / traceMissingIcon

Function traceMissingIcon

packages/core/ui/tab-view/tab-view-common.ts:224–226  ·  view source on GitHub ↗
(icon: string)

Source from the content-addressed store, hash-verified

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

Callers 3

addDrawableFunction · 0.90
createTabItemSpecFunction · 0.90
_getIconMethod · 0.90

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected