@fto-consult/expo-ui
Version:
Bibliothèque de composants UI Expo,react-native
29 lines (21 loc) • 1.71 kB
Plain Text
// Copyright 2022 @fto-consult/Boris Fouomene. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/**** l'ENSEMBLE DES CONFIGURATIONS SUPPORTES, fichier appConfig***/
{
/*** le nombre maximal de courbes qu'on peut afficher sur le même graphe***/
maxSupportedChartSeries {number}
/***les fonctions d'aggregations du datagrid**/
datagridAggregatorFunctions : {objectOf({code:{string},label:{string},eval:{function}})|| arrayOf({code:{string},label:{string},eval:{function}})}
/**l'ensemble des selectors à appliquer au champs de type hashtag, permettant de faire des liens vers d'autres tables**/
sprintfSelectors : {
"&libele&" : selectLabel,
}
getTableData : {function(tableName)=>table} retourne l'ojet table data,
handleHelpScreen : {boolean}, //if Help screen will be added on navigation's main drawer
tablesDataPath : {string}, //chemin relatif pointant sur le dossier parent aux tables data de l'application
structsDataPath : {string},//chemin relatif pointnat sur le dossier parent aux structs data de l'application
checkNavigationPermsOnTableOrStructData : {boolean}, si le test de la permission sur la table data où sur la struct data sera effectuée lorsqu'on appelera la fonction navigateToTableData ou navigateToStructData
}
la routine useMainNavigation de $enavigation/hooks, renvoie toutes les propriétés passées à l'objet principal MainNavoigationProvider, nottement,
la fonction onGetStart, qui est appélé après initialisation de l'application, mais aussi l'état du composant App de $expoUI/src/index