kvision / pl.treksoft.kvision.cordova / PromptResponse

PromptResponse

external class PromptResponse

A response object for prompt function callback.

Constructors

<init>

PromptResponse()

A response object for prompt function callback.

Properties

buttonIndex

val buttonIndex: Int

input1

val input1: String

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.