File

src/lib/dl-date-time-picker/dl-date-time-picker-date-button.ts

Description

Represents the configuration for a cell in the picker.

Index

Properties

Properties

ariaLabel
ariaLabel: string
Type : string

The accessible label for the cell. Used by screen readers.

classes
classes: literal type
Type : literal type

The classes to add to the cell button

display
display: string
Type : string

The text to display in the button.

value
value: number
Type : number

The date/time value for the button.

export interface DateButton {

  /**
   * The accessible label for the cell.
   * Used by screen readers.
   */
  ariaLabel: string;
  /**
   * The classes to add to the cell button
   */
  classes: {};
  /**
   * The text to display in the button.
   */
  display: string;
  /**
   * The date/time value for the button.
   */
  value: number;
}

results matching ""

    No results matching ""