File

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

Index

Properties

Properties

alt
alt: string
Type : string
Optional
height
height: string
Type : string
Optional
src
src: string
Type : string
Optional
width
width: string
Type : string
Optional
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 ""