From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- api/pl.treksoft.kvision.html/-image/-init-.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.html/-image/-init-.html') diff --git a/api/pl.treksoft.kvision.html/-image/-init-.html b/api/pl.treksoft.kvision.html/-image/-init-.html index f6dbe311..0c8e4ce2 100644 --- a/api/pl.treksoft.kvision.html/-image/-init-.html +++ b/api/pl.treksoft.kvision.html/-image/-init-.html @@ -9,7 +9,7 @@

<init>

(js) -Image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, classes: Set<String> = setOf()) +Image(src: ResString?, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, classes: Set<String> = setOf())

Parameters

src - image URL

-- cgit