Skip to content

@saflib/utils


Interface: ElementStringObject

Strings that are exported by client packages will be in objects like these. Their values match valid HTML attributes.

Properties

aria-label?

optional aria-label: string


data-testid?

optional data-testid: string


label?

optional label: string


placeholder?

optional placeholder: string


role?

optional role: "button" | "combobox" | "option" | "heading" | "link"


text?

optional text: string