Skip to content
Snippets Groups Projects
Commit 9cff0a59 authored by David Smadja's avatar David Smadja
Browse files

Add property set_input to variable interface

parent d206c246
No related branches found
No related tags found
No related merge requests found
Pipeline #19713 passed
Pipeline: leximpact-socio-fiscal-ui

#19715

    ......@@ -65,6 +65,7 @@ export interface Variable {
    possible_values?: { [name: string]: string }
    reference?: ReferencesByInstant
    referring_variables?: string[]
    set_input?: string
    start_line_number: number
    stop_line_number: number
    /// Unit added by customizations or decompositions
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment