class fwt::Tab

sys::Obj
  fwt::Widget
    fwt::Tab

@Js
@Serializable { collection=true }

Source

Tab is the child widget of a TabPane. It is used to configure the tab's text, image, and content widget.

image

Image? image

Source

Image to display on tab. Defaults to null.

text

Str text

Source

Text of the tab's label. Defaults to "".