Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new Icon(title: string): Icon

Properties

alignment: ALIGNMENT
classified: string
color: string = '#ffffff'
height: number = 14
identifier: string

Properties

label: string
placeholder: boolean
position: POSITION
size: SIZE
style: string
title: string
type: string = 'icon'
width: number = 14

Methods

  • setClassified(classified?: string): Icon
  • setColor(color?: string): Icon
  • setHeight(height?: number): Icon
  • setIdentifier(identifier: string): Icon
  • setLabel(label?: string): Icon
  • setPlaceholder(enabled?: boolean): Icon
  • setStyle(style?: string): Icon
  • setTitle(title?: string): Icon
  • setType(type?: string): Icon
  • setWidth(width?: number): Icon

Generated using TypeDoc