Home
last modified time | relevance | path

Searched refs:NavDestinationTitleModifier (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkNavDestination.ts28 modifierWithKey(this._modifiersWithKeys, NavDestinationTitleModifier.identity,
29 NavDestinationTitleModifier, undefined);
39 modifierWithKey(this._modifiersWithKeys, NavDestinationTitleModifier.identity,
40 NavDestinationTitleModifier, arkNavigationTitle);
159 class NavDestinationTitleModifier extends ModifierWithKey<ArkNavigationTitle | undefined> {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20311 modifierWithKey(this._modifiersWithKeys, NavDestinationTitleModifier.identity,
20312 NavDestinationTitleModifier, undefined);
20322 modifierWithKey(this._modifiersWithKeys, NavDestinationTitleModifier.identity,
20323 NavDestinationTitleModifier, arkNavigationTitle);
20508 class NavDestinationTitleModifier extends ModifierWithKey { class
20523 NavDestinationTitleModifier.identity = Symbol('title');