File

projects/netgrif-components-core/src/lib/dialog/models/DialogData.ts

Index

Properties

Indexable

[k: string]: any

Properties

content
content: string
Type : string
negativeLabel
negativeLabel: string
Type : string
Optional
placeholder
placeholder: string
Type : string
Optional
positiveLabel
positiveLabel: string
Type : string
Optional
title
title: string
Type : string
export interface DialogData {
    title: string;
    content: string;
    placeholder?: string;
    negativeLabel?: string;
    positiveLabel?: string;

    [k: string]: any;
}

result-matching ""

    No results matching ""