AttributionDOM: {
    _addUID: (id: string) => string;
    _createAttributionsList: () => HTMLElement;
    _createMainAttributionsListContainer: () => HTMLElement;
    _createMainAttributionsShowElement: () => HTMLElement;
    _createMainContainerElement: () => HTMLElement;
    _createMainPictoElement: (collapsed: boolean) => HTMLElement;
} = ...

Type declaration

  • _addUID: (id: string) => string

    Add uuid to the tag ID

  • _createAttributionsList: () => HTMLElement

    Création de l'élément liste des attributions (DOM)

  • _createMainAttributionsListContainer: () => HTMLElement

    Création du conteneur principal des attributions (DOM)

  • _createMainAttributionsShowElement: () => HTMLElement

    Creation du selecteur (caché) pour l'affichage/masquage des attributions (DOM)

  • _createMainContainerElement: () => HTMLElement

    Creation du container principal (DOM)

  • _createMainPictoElement: (collapsed: boolean) => HTMLElement

    Création du container du picto du controle (DOM)