A2uiBasicCatalogV1.Tabs.Tab

class A2uiBasicCatalogV1.Tabs.Tab


A resolved tab within a Tabs component.

Summary

Public constructors

Tab(title: String, childId: String)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

the ID of the component to show while this tab is selected

String

the evaluated title shown on the tab

Public constructors

Tab

Added in 1.0.0-alpha01
Tab(title: String, childId: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

childId

Added in 1.0.0-alpha01
val childIdString

the ID of the component to show while this tab is selected

title

Added in 1.0.0-alpha01
val titleString

the evaluated title shown on the tab