@maschinenlesbar.org/bundeshaushalt-cli
    Preparing search index...

    Interface BudgetElement

    A single budget element (a line, group or function).

    interface BudgetElement {
        budgetNumber: string;
        id?: string;
        label: string;
        relativeToParentValue: number;
        relativeValue: number;
        selectionLabel?: string;
        tableLabel?: string;
        value: number;
    }
    Index
    budgetNumber: string
    id?: string
    label: string
    relativeToParentValue: number
    relativeValue: number
    selectionLabel?: string

    On detail only: the selection the children form (e.g. "Alle Einzelpläne").

    tableLabel?: string

    On detail only: the dimension of the element's children (e.g. "Einzelplan" for the whole budget, "Kapitel" inside an Einzelplan, "Titel" at a leaf).

    value: number

    Value in euros.