Terminal Pass Through
Pass Through documentation for Terminal component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
TerminalRoot PT Options#
Defines passthrough(pt) options of Terminal component.
| label | type | description |
|---|---|---|
| root | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| commandList | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the commandList's DOM element. |
| commands | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the commands' DOM element. |
| commandValue | TerminalRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the command value's DOM element. |
| commandResponse | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the command response's DOM element. |
| prompt | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the prompt's DOM element. |
| promptValue | TerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the prompt value's DOM element. |
| promptLabel | TerminalRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the prompt label's DOM element. |
TerminalWelcome PT Options#
Defines passthrough(pt) options of TerminalWelcome component.
| label | type | description |
|---|---|---|
| root | TerminalWelcomePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
TerminalCommandList PT Options#
Defines passthrough(pt) options of TerminalCommandList component.
| label | type | description |
|---|---|---|
| root | TerminalCommandListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |