bootdesk/chat-sdk

TextInput
in package

Table of Contents

Properties

$id  : string
$initialValue  : string|null
$label  : string
$maxLength  : int|null
$multiline  : bool
$optional  : bool
$placeholder  : string|null

Methods

__construct()  : mixed

Properties

$initialValue read-only

public string|null $initialValue = null

$maxLength read-only

public int|null $maxLength = null

$multiline read-only

public bool $multiline = false

$optional read-only

public bool $optional = false

$placeholder read-only

public string|null $placeholder = null

Methods

__construct()

public __construct(string $id, string $label[, string|null $placeholder = null ][, string|null $initialValue = null ][, bool $multiline = false ][, bool $optional = false ][, int|null $maxLength = null ]) : mixed
Parameters
$id : string
$label : string
$placeholder : string|null = null
$initialValue : string|null = null
$multiline : bool = false
$optional : bool = false
$maxLength : int|null = null
On this page

Search results