Last updated
Was this helpful?
Last updated
Was this helpful?
Field
widget within Supervisely is a type of form which has the ability to contain various other widgets. This feature enables users to organize multiple widgets within a layout. Additionally, users have the option to customize the widget by setting a title
, icon
, title_url
and description
.
Determine Widget
to display on Field
.
type: Widget
Determines Field
title.
type: str
Determines Field
description.
type: str
default value: None
Determines url used on Field
title.
type: str
default value: None
Determines url used on Field
description.
type: str
default value: None
type: Field.Icon
default value: None
ID of the widget.
type: str
default value: None
You can find this example in our Github repository:
First, we load environment variables with credentials and init API for communicating with Supervisely Instance:
Field
widgetPrepare a layout for app using Card
widget with the content
parameter and place widget that we've just created in the Container
widget.
Create an app object with layout parameter.
Determines Field
icon. Icons can be found at .
content
Widget
Widget to display on Field
title
str
Determines Field
title
description
str
Determines Field
description
title_url
str
Determines url used on Field
title
description_url
str
Determines url used on Field
description
icon
Field.Icon
Determines Field
icon
widget_id
str
ID of the widget