File

src/app/models/ose-maps.ts

Properties

background
background: string
city
city: string
competencies
competencies: OseCompetencies[]
hasVideo
hasVideo: boolean
Default value: false
id
id: number
intro
intro: string
introRead
introRead: boolean
Default value: false
isFiche
isFiche: boolean
Default value: false
isTotalExCompleted
isTotalExCompleted: boolean
svgUrl
svgUrl: string
svgUrlDev
svgUrlDev: string
svgUrlIos
svgUrlIos: string
tag
tag: string
title
title: string
import { OseCompetencies } from "./ose-competencies";

export class OseMap {
	id: number;
	title: string;
	city: string;
	background: string;
	competencies: Array<OseCompetencies>;
	svgUrl: string;
	svgUrlDev: string;
	svgUrlIos: string
	isFiche = false;
	hasVideo = false;
	intro: string;
	introRead = false;
	tag: string;
	isTotalExCompleted? : boolean;
}

export class TerritoireMap {
	id:number;
	afficher: boolean;
	afficher_client: boolean;
	nom: string;
	carte: string;
	carteDev: string;
	carteIos: string;
	tag: string;
	type: string;
	title: string;
	url: string;
	code: string;
	intro: string;
	introRead = false;
	logo: string;
	scene360?: string;
}

results matching ""

    No results matching ""