Google Earth Engine(GEE)——在控制台上答应出一个button按钮

作者 : admin 本文共439个字,预计阅读时间需要2分钟 发布时间: 2024-06-16 共1人阅读

Google Earth Engine(GEE)——在控制台上答应出一个button按钮插图

函数:

ui.Button(labelonClickdisabledstyle)

A clickable button with a text label.

Arguments:

label (String, optional):

The button’s label. Defaults to an empty string.

onClick (Function, optional):

A callback fired when the button is clicked. The callback is passed the button widget.

disabled (Boolean, optional):

Whether the button is disabled. Defaults to false.

style (Object, optional):

An object of allowed CSS styles with their values to be set for this widget. Defaults to an empty object.

Returns: ui.

本站无任何商业行为
个人在线分享 » Google Earth Engine(GEE)——在控制台上答应出一个button按钮
E-->