truly-ui
Version:
Web Components for Desktop Applications.
6 lines • 456 B
TypeScript
export declare enum MultiSelectErrorMessages {
NOTSIMPLE_AND_NOTKEYVALUE = "You must pass the [keyValue] property when not using an ArrayString as DataSource",
NOTDETAIL_AND_WITHDETAILTAG = "You have to declare the [detail] property",
DATAUNDEFINED = "The property [data] and property [query] are Required when using a complex array object Example : <tl-multiselect [data]='source' [query]='name'"
}
//# sourceMappingURL=error-messages.d.ts.map