kind

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the kind of <widget>
Associationswidget
Summary

The unique identifier of a widget type.

Introduced8.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if the kind of widget 1 is "com.livecode.widget.colorswatch" then
    set the swatchColor of widget 1 to "200,100,5,50"
end if
Values
NameTypeDescription
Value

The kind of a widget is a string.

RelatedGlossary: property
Object: widget
Description

Use the kind property to identify the type of an arbitrary widget object.

Tagsextensions