File

projects/maplander/shared/src/utils/models/data-dialog.ts

Index

Properties

Properties

message
message: string
Type : string
options
options: literal type
Type : literal type
title
title: string
Type : string
type
type: DialogType
Type : DialogType
import {DialogType} from '@maplander/types';

export interface DataDialog {
  type: DialogType;
  title: string;
  message: string;
  options: { accept: string, cancel: string, placeholder: string };
}

result-matching ""

    No results matching ""