interface NativeUIEvent {
    detail: number;
}

Hierarchy (view full)

Properties

Properties

detail: number

Returns a long with details about the event, depending on the event type.