File

projects/netgrif-components-core/src/lib/task-content/model/split-data-group.ts

Index

Properties

Properties

endGroup
endGroup: DataGroup
Type : DataGroup
Optional
startGroup
startGroup: DataGroup
Type : DataGroup
Optional
taskRef
taskRef: TaskRefField
Type : TaskRefField
import {DataGroup} from '../../resources/interface/data-groups';
import {TaskRefField} from '../../data-fields/task-ref-field/model/task-ref-field';

export interface SplitDataGroup {
    startGroup?: DataGroup;
    taskRef: TaskRefField;
    endGroup?: DataGroup;
}

result-matching ""

    No results matching ""