File

projects/prestations-ng/src/foehn-help-modal/foehn-help-modal.type.ts

Index

Properties

Properties

body
body: string
Type : string
Optional
buttonTitle
buttonTitle: string
Type : string
Optional
images
images: Image[]
Type : Image[]
Optional
modalSize
modalSize: string
Type : string
Optional
title
title: string
Type : string
export interface HelpModal {
    buttonTitle?: string;
    title: string;
    body?: string;
    images?: Image[];
    modalSize?: string;
}

export interface Image {
    src?: string;
    alt?: string;
    width?: string;
    height?: string;
}

results matching ""

    No results matching ""