blear.ui.loading

1Introduction

2Example

var Loading = require('blear.ui.loading');

3Static

静态属性、方法

3.1.defaults

3.1.1.defaults.padding

  • 类型:Number
  • 说明:内边距
  • 默认:15

4Prototype

原型属性、方法

4.1#getOptions(key): *

获取配置

4.1.1key

  • 类型:String
  • 说明:键

4.1.2*

  • 类型:*
  • 说明:任意值

4.2#setOptions(key, val): *

设置配置

4.2.1key

  • 类型:String
  • 说明:键

4.2.2val

  • 类型:String
  • 说明:值

4.2.3*

  • 类型:*
  • 说明:任意值

4.3#destroy(): undefined

销毁实例

5Dependencies