MCPcopy Create free account
hub / github.com/NativeScript/NativeScript / isVisible

Function isVisible

packages/core/ui/action-bar/action-bar-common.ts:349–351  ·  view source on GitHub ↗
(item: ActionItemDefinition)

Source from the content-addressed store, hash-verified

347}
348
349export function isVisible(item: ActionItemDefinition) {
350 return item.visibility === 'visible';
351}
352
353function onTitlePropertyChanged(actionBar: ActionBarBase, oldValue: string, newValue: string) {
354 actionBar._onTitlePropertyChanged();

Callers 3

updateMethod · 0.90
getVisibleItemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected