mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
70980de77a
commit
428dbe0469
107 changed files with 753 additions and 753 deletions
16
components/lib/terminal/Terminal.d.ts
vendored
16
components/lib/terminal/Terminal.d.ts
vendored
|
@ -49,15 +49,15 @@ export interface TerminalPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TerminalPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the welcome messages DOM element.
|
||||
* Used to pass attributes to the welcome message's DOM element.
|
||||
*/
|
||||
welcomeMessage?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
|
@ -65,23 +65,23 @@ export interface TerminalPassThroughOptions {
|
|||
*/
|
||||
commands?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the prompts DOM element.
|
||||
* Used to pass attributes to the prompt's DOM element.
|
||||
*/
|
||||
prompt?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the commands DOM element.
|
||||
* Used to pass attributes to the command's DOM element.
|
||||
*/
|
||||
command?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the responses DOM element.
|
||||
* Used to pass attributes to the response's DOM element.
|
||||
*/
|
||||
response?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the containers DOM element.
|
||||
* Used to pass attributes to the container's DOM element.
|
||||
*/
|
||||
container?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the command texts DOM element.
|
||||
* Used to pass attributes to the command text's DOM element.
|
||||
*/
|
||||
commandText?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue