Skip to content

navigation components

componentIntroductionsMinimum version
navigatorPage link.1.0.0
functional-page-navigatorValid only in plug-ins for jumping to plug-in feature pages.Not supported
attributetypeDefault valueRequiredIntroductionsMinimum version
urlstringnoJump links within the current phizclip
open-typenavigatenoJump mode
hover-classstringnavigator-hovernoSpecifies the style class at click, whenhover-class="none"There is no click state effect
hover-stay-timenumber600noClick hold time after finger release, in milliseconds
deltastring1nowhen open-type for 'navigateBack' Is valid for the number of levels of fallback3.0.1
targetstringnoOn which target to jump, default current phizclip3.0.1
app-idstringnowhen target="miniProgram"The phizclip that you want to open appId3.0.1
pathstringnowhen target="miniProgram"Open the page path, if empty then open the home page3.0.1
extraDataobjectnowhen target="miniProgram"Data that needs to be passed to the target phizclip, which is available in the App.onLaunch()App.onShow() Get this data from.3.0.1
valueIntroductionsMinimum version
navigateCorresponding pz.navigateTo or pz.navigateToMiniProgram Function
redirectCorresponding pz.redirectTo Function
switchTabCorresponding pz.switchTab Function
reLaunchCorresponding pz.reLaunch Function
navigateBackCorresponding pz.reLaunch Function
exitExit the phizclip,target="miniProgram"Effective