Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
smahati committed Dec 19, 2024
1 parent d2cb5f9 commit e43532d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/luigi-element.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export interface LuigiClient {
getClientPermissions(): () => Object;

/**
* Post-processes actions or data after they have been loaded or updated.
* Post-processing actions or data after they've been loaded or updated.
* @memberof LuigiClient
*/
__postProcess: () => void;
Expand All @@ -492,14 +492,14 @@ export interface LuigiClient {
attCnt: () => number;

/**
* Callback method that is triggered after loading or when an error occurs.
* Callback function called after loading or if an error occurs while loading.
* @param {boolean} isError indicates if there was an error
* @memberof LuigiClient
*/
afterLoadOrError: (isError: boolean) => void;

/**
* Callback function that is triggered when an attribute changes.
* Callback function that is called when an attribute changes.
* @param {string} name The name of the attribute that changed
* @param {string} oldValue The old value of the attribute
* @param {string} newValue The new value of the attribute
Expand Down

0 comments on commit e43532d

Please sign in to comment.