File

projects/netgrif-components-core/src/lib/resources/interface/file-field-request-body.ts

Index

Properties

Properties

fieldId
fieldId: string
Type : string
fileName
fileName: string
Type : string
Optional
parentTaskId
parentTaskId: string
Type : string
export interface FileFieldRequest {
    fieldId: string;
    parentTaskId: string;

    fileName?: string;
}

result-matching ""

    No results matching ""