File

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

Index

Properties

Indexable

[k: string]: any

Properties

confirmed
confirmed: boolean
Type : boolean
Optional
prompt
prompt: string
Type : string
Optional
export interface DialogResult {
    confirmed?: boolean;
    prompt?: string;

    [k: string]: any;
}

result-matching ""

    No results matching ""