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.

labeltypedescription
rootTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
commandListTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the commandList's DOM element.
commandsTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the commands' DOM element.
commandValueTerminalRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the command value's DOM element.
commandResponseTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the command response's DOM element.
promptTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the prompt's DOM element.
promptValueTerminalRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the prompt value's DOM element.
promptLabelTerminalRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the prompt label's DOM element.

TerminalWelcome PT Options#

Defines passthrough(pt) options of TerminalWelcome component.

labeltypedescription
rootTerminalWelcomePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

TerminalCommandList PT Options#

Defines passthrough(pt) options of TerminalCommandList component.

labeltypedescription
rootTerminalCommandListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.