event-bus.md 1.1 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
## uni.$on(eventName, callback) @$on

<!-- UTSAPIJSON.$on.description -->

<!-- UTSAPIJSON.$on.param -->

<!-- UTSAPIJSON.$on.returnValue -->

<!-- UTSAPIJSON.$on.example -->

<!-- UTSAPIJSON.$on.compatibility -->

<!-- UTSAPIJSON.$on.tutorial -->

## uni.$off(eventName, callback) @$off

<!-- UTSAPIJSON.$off.description -->

<!-- UTSAPIJSON.$off.param -->

<!-- UTSAPIJSON.$off.returnValue -->

<!-- UTSAPIJSON.$off.example -->

<!-- UTSAPIJSON.$off.compatibility -->

<!-- UTSAPIJSON.$off.tutorial -->

## uni.$once(eventName, callback) @$once

<!-- UTSAPIJSON.$once.description -->

<!-- UTSAPIJSON.$once.param -->

<!-- UTSAPIJSON.$once.returnValue -->

<!-- UTSAPIJSON.$once.example -->

<!-- UTSAPIJSON.$once.compatibility -->

<!-- UTSAPIJSON.$once.tutorial -->

## uni.$emit(eventName, args?) @$emit

<!-- UTSAPIJSON.$emit.description -->

<!-- UTSAPIJSON.$emit.param -->

<!-- UTSAPIJSON.$emit.returnValue -->

<!-- UTSAPIJSON.$emit.example -->

<!-- UTSAPIJSON.$emit.compatibility -->

<!-- UTSAPIJSON.$emit.tutorial -->

<!-- UTSAPIJSON.event-bus.example -->

<!-- UTSAPIJSON.general_type.name -->

<!-- UTSAPIJSON.general_type.param -->