Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new Input(title?: string, description?: string): Input

Properties

alignment: ALIGNMENT
classified: string
description: string = ''
identifier: string

Properties

label: string
placeholder: boolean
position: POSITION
size: SIZE
style: string
title: string
type: string = 'input'
typed: string = 'text'

Methods

  • setClassified(classified?: string): Input
  • setIdentifier(identifier: string): Input
  • setLabel(label?: string): Input
  • setPlaceholder(enabled?: boolean): Input
  • setStyle(style?: string): Input
  • setTitle(title?: string): Input
  • setType(type?: string): Input
  • setTyped(typed?: string): Input

Generated using TypeDoc