object Segment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Segment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type OnHide = (japgolly.scalajs.react.ReactEvent) ⇒ Callback
-
trait
SegmentProps extends Object
- Annotations
- @RawJSType() @native()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(p: SegmentProps, children: VdomNode*): UnmountedWithRoot[SegmentProps, Unit, SegmentProps]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def props(as: UndefOr[AsC] = js.undefined, attached: UndefOr[SegmentAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, children: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clearing: UndefOr[Boolean] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, padded: UndefOr[String] = js.undefined, placeholder: UndefOr[Boolean] = js.undefined, piled: UndefOr[Boolean] = js.undefined, raised: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, stacked: UndefOr[Boolean] = js.undefined, tertiary: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, vertical: UndefOr[Boolean] = js.undefined): SegmentProps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
object
RawComponent extends Function with Function1[Any, Any]
- Annotations
- @native() @JSImport( "semantic-ui-react" , "Segment" )