Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LuigiClient type declaration for web components #2963

Merged
merged 16 commits into from
Dec 12, 2022

Conversation

JohannesDoberer
Copy link
Contributor

No description provided.

# Bitte geben Sie eine Commit-Beschreibung ein, um zu erklären, warum dieser
# Merge erforderlich ist, insbesondere wenn es einen aktualisierten
# Upstream-Branch mit einem Thema-Branch zusammenführt.
#
# Zeilen, die mit '#' beginnen, werden ignoriert,
# und eine leere Beschreibung bricht den Commit ab.
@wdoberschuetz wdoberschuetz self-assigned this Dec 1, 2022
Copy link
Contributor

@wdoberschuetz wdoberschuetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

collapse: () => void;
expand: () => void;
setSize: (value: number) => void;
on: (key: SplitViewEvents, callback: () => void) => string; //
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the // :).

* @param {String} literal The literal to process.
* @returns {String} Returns the processed literal.
*/
export declare const html: (strings: TemplateStringsArray, ...values: unknown[]) => string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(question) In the luigi-element.js this method receives keys luigi-element.js: L148. But it's declared as values here. Should it be like this? Maybe I'm overeager but there's no param for this as well. I presume it's all by design, if so, ignore my comment. :)

@ndricimrr ndricimrr added the enhancement New feature or request label Dec 6, 2022
@JohannesDoberer JohannesDoberer merged commit 15c8472 into master Dec 12, 2022
@JohannesDoberer JohannesDoberer deleted the getActiveFeatureToggles-webcomponents branch December 12, 2022 14:22
This was referenced Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants