Momen Docs
Go to Momen
  • Get Started
    • Introduction
    • Quick Start
    • Software Development Process
    • Editor Overview
  • Changelog
    • Latest Product Update
  • Build UI
    • Pages
    • Components
    • Canvas
    • Layout
    • Component - Display
    • Component - Input
    • Component - View
    • Component - List
    • Component - Tab View
    • Component - Select View
    • Component - Conditional View
    • Component - Others
    • Component - Map
    • Custom Component
  • Data
    • Overview
    • Data Model and Database
    • API
    • Variable
    • Parameter
    • Formula and Conditions
  • Actions
    • Overview
    • Request
    • Navigation
    • Actionflow
      • Custom Code
      • Database Trigger
    • AI
      • AI Data Model
      • AI Point
      • Vector Data Storage and Sorting
    • User Actions
    • Component Management
    • App and Page Management
    • Toast Notifications & Modal
    • Payment
    • SSO
    • Share
    • Location
    • File Management
    • QR Code
    • Clipboard
    • Conditional
    • Loop
  • Release and Growth
    • Publish Application
    • Upgrade Project
    • Multiple Clients
    • Permission
    • Log Service
    • SEO
    • Hosting Files
  • My Account and Community
    • My Wallet
    • Promoting Momen
    • Code Component
    • Collaboration
  • Debugging
    • How to Debug in Momen
    • Request Error Reference
  • Tutorial
    • How to Build an AI Needs Analysis Project?
    • How to Set Up Payment with Stripe Plugin?
    • How to Embed an Iframe Component into Your Momen Project?
    • How to Build Your Login Page?
    • How to Convert Momen App to Native Mobile App?
    • How to Build a CMS (MVP Version) in Hours?
    • How to Set a Countdown Timer When Sending a Verification Code
  • Template
    • AI Mental Health Assistant
    • Angry Dietitian
    • AI Help Center
    • AI Knowledge Base
    • SaaS Corporate Site
    • Blog
    • AI Feedback Tool
    • Feedback Tool, a Nod to Canny
    • Portfolio
    • Online Courses, a Nod to Udemy
    • Mobile Auto Repair AI Scheduler
Powered by GitBook
On this page
  • 1. Push into the page
  • Brief
  • Note
  • 2. Open in a new tab
  • Brief
  • 3. Open an external link
  • Brief
  • Note
  1. Actions

Navigation

Navigation: Clicking on this action will navigate to the specified target page, and there are different modes for navigation, resulting in various transition effects.

Navigation action includes:

  1. Push into a page

  2. Open in a new tab

  3. Open an external link

1. Push into the page

Brief

Jump to a specified page.

Note

If you want to return to the previous page after navigation, you need to configure a button and the action to specify the page to return to, or return by clicking the browser's back button.

2. Open in a new tab

Brief

Open a new tab in the browser and display the content of the page.

3. Open an external link

Brief

After configuring this action for a component, clicking the component will redirect users to the specified external webpage. To set up, add the Open External Link action and enter the target URL.

Note

If the external link requires parameters, append them to the URL using a "?" followed by key-value pairs. Use "&" to separate multiple parameters.

For example: https://momen.app/ai?utm_term=Momen&utm_medium=TikTok

PreviousRequestNextActionflow

Last updated 4 days ago