Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToolbarButtonVo

툴바 버튼 정보

Hierarchy

  • ToolbarButtonVo

Indexable

[key: string]: any

Index

Properties

color?: IonColorType

버튼 색상

disabled?: boolean

사용불가여부

hide?: boolean

숨김여부

icon?: any

아이콘

id?: string

아이디

label?: string

버튼 라벨

role?: "submit" | "button" | "delete"

Methods

  • click(): void
  • 클릭시 이벤트

    Returns void

Generated using TypeDoc