The interface for arguments for elements that have placeholder text.

interface IPlaceholderArgs {
    placeholder?: string;
}

Hierarchy (View Summary)

Properties

Properties

placeholder?: string

Sets the placeholder label that appears on the right of the input.