Options
All
  • Public
  • Public/Protected
  • All
Menu

NavBar 导航栏

Hierarchy

  • VueCmpBase
    • VantNavBar

Index

Constructors

constructor

  • Parameters

    • config: any

    Returns VantNavBar

Properties

border

border: boolean

是否显示下边框

css

css: VantNavBarStyle

fixed

fixed: boolean

是否固定在顶部

isGoback

isGoback: boolean

是否开启默认返回上一页

leftArrow

leftArrow: boolean

是否显示左侧箭头

leftText

leftText: string

左侧标题

navtitle

navtitle: string

中间

onClickLeftScript

onClickLeftScript: string

点击左侧按钮时触发

onClickRightScript

onClickRightScript: string

点击右侧按钮时触发

placeholder

placeholder: boolean

固定在顶部时,是否在标签位置生成一个等高的占位元素

rightText

rightText: string

右侧标题

safeAreaInsetTop

safeAreaInsetTop: boolean

是否开启顶部安全区适配

zIndex

zIndex: number

导航栏 z-index

Methods

doGetClassName

  • doGetClassName(): any
  • Returns any

doGetCss

  • doGetCss(): VantNavBarStyle
  • Returns VantNavBarStyle

doGetMethods

  • doGetMethods(): {} & { handleGoback: () => false }
  • 定义默认事件

    Returns {} & { handleGoback: () => false }

doGetVueHtml

  • doGetVueHtml(): string
  • 获取组件的html

    Returns string

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • Returns AttributeEditorBase[]

raiseOnClickLeftScript

  • raiseOnClickLeftScript(active: string): void
  • 事件

    Parameters

    • active: string

    Returns void

raiseOnClickRightScript

  • raiseOnClickRightScript(active: string): void
  • Parameters

    • active: string

    Returns void

Generated using TypeDoc