File

src/app/lib/multi-select/multi-select-item.interface.ts

Index

Properties

Properties

payload
payload: any
Type : any
selected
selected: boolean
Type : boolean
text
text: string
Type : string
export interface UATMultiSelectItem {
    text: string;
    payload: any;
    selected: boolean;
}

results matching ""

    No results matching ""