mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #84 from NativeScript/nnikolov/KnownEventsKnownEventsChanges
Some changes to Api reference due to `knownEvents` breaking change.
This commit is contained in:
2
ui/frame/frame.d.ts
vendored
2
ui/frame/frame.d.ts
vendored
@ -156,7 +156,7 @@ declare module "ui/frame" {
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents the data passed to the knownEvents.android.optionSelected event.
|
||||
* Represents the data passed to the androidOptionSelected event.
|
||||
* This event is raised by the Android OS when an option in the Activity's action bar has been selected.
|
||||
*/
|
||||
export interface AndroidOptionEventData extends observable.EventData {
|
||||
|
Reference in New Issue
Block a user