Viewer
    Preparing search index...

    Interface ISessionSettingsSections

    interface ISessionSettingsSections {
        export?: { displayname?: boolean; hidden?: boolean; order?: boolean };
        parameter?: {
            displayname?: boolean;
            hidden?: boolean;
            order?: boolean;
            value?: boolean;
        };
    }
    Index

    Properties

    Properties

    export?: { displayname?: boolean; hidden?: boolean; order?: boolean }

    Type Declaration

    • Optionaldisplayname?: boolean

      Option to update the displayname of the exports (default: false)

    • Optionalhidden?: boolean

      Option to update the hidden state of the exports (default: false)

    • Optionalorder?: boolean

      Option to update the order of the exports (default: false)

    parameter?: {
        displayname?: boolean;
        hidden?: boolean;
        order?: boolean;
        value?: boolean;
    }

    Type Declaration

    • Optionaldisplayname?: boolean

      Option to update the displayname of the parameters (default: false)

    • Optionalhidden?: boolean

      Option to update the hidden state of the parameters (default: false)

    • Optionalorder?: boolean

      Option to update the order of the parameters (default: false)

    • Optionalvalue?: boolean

      Option to update the value of the parameters (default: false)