File

projects/netgrif-components-core/src/lib/panel/task-panel/models/disable-functions.ts

Index

Properties

Properties

assign
assign: function
Type : function
Optional
cancel
cancel: function
Type : function
Optional
delegate
delegate: function
Type : function
Optional
finish
finish: function
Type : function
Optional
reassign
reassign: function
Type : function
Optional
import {Task} from '../../../resources/interface/task';
import {InjectionToken} from '@angular/core';

export const NAE_TASK_PANEL_DISABLE_BUTTON_FUNCTIONS = new InjectionToken<DisableButtonFuntions>('NaeTaskPanelDisableFunctions');

export interface DisableButtonFuntions {
    finish?: (t: Task) => boolean;
    assign?: (t: Task) => boolean;
    delegate?: (t: Task) => boolean;
    reassign?: (t: Task) => boolean;
    cancel?: (t: Task) => boolean;
}

result-matching ""

    No results matching ""