mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed typo
This commit is contained in:
parent
6594502d78
commit
56e3f23eb3
184 changed files with 2347 additions and 2347 deletions
38
components/lib/editor/Editor.d.ts
vendored
38
components/lib/editor/Editor.d.ts
vendored
|
@ -94,75 +94,75 @@ export interface EditorLoadEvent {
|
|||
*/
|
||||
export interface EditorPassThroughOptions {
|
||||
/**
|
||||
* Uses to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the toolbar's DOM element.
|
||||
* Used to pass attributes to the toolbar's DOM element.
|
||||
*/
|
||||
toolbar?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the formats' DOM element.
|
||||
* Used to pass attributes to the formats' DOM element.
|
||||
*/
|
||||
formats?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the header's DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the option's DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the bold's DOM element.
|
||||
* Used to pass attributes to the bold's DOM element.
|
||||
*/
|
||||
bold?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the italic's DOM element.
|
||||
* Used to pass attributes to the italic's DOM element.
|
||||
*/
|
||||
italic?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the underline's DOM element.
|
||||
* Used to pass attributes to the underline's DOM element.
|
||||
*/
|
||||
underline?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the color's DOM element.
|
||||
* Used to pass attributes to the color's DOM element.
|
||||
*/
|
||||
color?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the background's DOM element.
|
||||
* Used to pass attributes to the background's DOM element.
|
||||
*/
|
||||
background?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list's DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the select's DOM element.
|
||||
* Used to pass attributes to the select's DOM element.
|
||||
*/
|
||||
select?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the link's DOM element.
|
||||
* Used to pass attributes to the link's DOM element.
|
||||
*/
|
||||
link?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the image's DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the code block's DOM element.
|
||||
* Used to pass attributes to the code block's DOM element.
|
||||
*/
|
||||
codeBlock?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the clean's DOM element.
|
||||
* Used to pass attributes to the clean's DOM element.
|
||||
*/
|
||||
clean?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the content's DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* Used to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
|
@ -216,7 +216,7 @@ export interface EditorProps {
|
|||
*/
|
||||
modules?: any;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {EditorPassThroughOptions}
|
||||
*/
|
||||
pt?: EditorPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue