File

projects/angular/components/ui-grid/src/models/visibleModel.ts

Index

Properties

Properties

checked
checked: boolean
Type : boolean
disabled
disabled: boolean
Type : boolean
label
label: string
Type : string
property
property: | string
Type : | string
export interface IVisibleModel<T> {
    property: keyof T | string;
    label: string;
    checked: boolean;
    disabled: boolean;
}

results matching ""

    No results matching ""