File

src/lib/kiewit-dropdown/kiewit-dropdown.interface.ts

Index

Properties

Properties

data
data: any[]
Type : any[]
defaultItem
defaultItem: any
Type : any
disabled
disabled: boolean
Type : boolean
textField
textField: string
Type : string
valueField
valueField: string
Type : string
export interface IKiewitDropdown {
    data: any[],
    textField?: string,
    valueField?: string,
    defaultItem?: any,
    disabled?: boolean
}

results matching ""

    No results matching ""