File

projects/netgrif-components-core/src/lib/task-content/model/datafield-grid-layout-element.ts

Index

Properties

Properties

alignment
alignment: string
Type : string
Optional
gridAreaId
gridAreaId: string
Type : string
item
item: DataField<unknown>
Type : DataField<unknown>
Optional
title
title: string
Type : string
Optional
type
type: TaskContentElementType
Type : TaskContentElementType
import {DataField} from '../../data-fields/models/abstract-data-field';
import {TaskContentElementType} from './task-content-element-type';

export interface DatafieldGridLayoutElement {
    title?: string;
    gridAreaId: string;
    type: TaskContentElementType;
    item?: DataField<unknown>;
    alignment?: string;
}

result-matching ""

    No results matching ""