Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VueInputBase
    • ElSwitch

Index

Constructors

constructor

  • Parameters

    • config: any

    Returns ElSwitch

Properties

activeColor

activeColor: string

switch 打开时的背景色

activeIconClass

activeIconClass: string

switch 打开时所显示图标的类名,设置此项会忽略 active-text

activeText

activeText: string

switch 打开时的文字描述

activeValue

activeValue: string

switch 打开时的值

css

css: ElSwitchStyle

domName

domName: string

switch 对应的 name 属性

inactiveColor

inactiveColor: string

switch 关闭时的背景色

inactiveIconClass

inactiveIconClass: string

关闭时所显示图标的类名,设置此项会忽略 inactive-text

inactiveText

inactiveText: string

switch 关闭时的文字描述

inactiveValue

inactiveValue: string

switch 关闭时的值

swithcWidth

swithcWidth: number

switch 的宽度(像素)

validateEvent

validateEvent: boolean

switch 改变 switch 状态时是否触发表单的校验

Methods

doGetClassName

  • doGetClassName(): any
  • Returns any

doGetCss

  • doGetCss(): ElSwitchStyle
  • Returns ElSwitchStyle

doGetMethods

  • doGetMethods(): {} & {}
  • 事件

    Returns {} & {}

doGetVueData

  • doGetVueData(): object
  • 设置默认值

    Returns object

doGetVueHtml

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

    Returns string

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • 注意:使用注解注册属性编辑器这里不能少

    Returns AttributeEditorBase[]

getInputElem

  • getInputElem(): JQuery<HTMLElement>
  • Returns JQuery<HTMLElement>

Generated using TypeDoc