Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISessionSettingsSections

Hierarchy

  • ISessionSettingsSections

Index

Properties

Properties

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

Type declaration

  • Optional displayname?: boolean

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

  • Optional hidden?: boolean

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

  • Optional order?: boolean

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

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

Type declaration

  • Optional displayname?: boolean

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

  • Optional hidden?: boolean

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

  • Optional order?: boolean

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

  • Optional value?: boolean

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