On this page
LibTmux.SetOptionRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetOptionRequest.cs
-
Describes one
set-optioninvocation.
9 declared, 0 inherited
Members
- SetOptionRequest method Initializes a request to set one option.
- Append property Gets whether the value is appended to the existing one.
- ExpandFormat property Gets whether tmux expands the value as a format before storing it.
- Global property Gets whether the global table is set instead of the local one.
- Name property Gets the option to set, optionally with an array index.
- PreventOverwrite property Gets whether an already-set option is left alone.
- Quiet property Gets whether a rejected option is answered with nothing instead of an error.
- Scope property Gets the scope to set in, or null for the owner's own.
- Value property Gets the value to store.