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

bug: ToastButton interface is not updated for v8 #3993

Open
lmarcelocc opened this issue Jan 9, 2025 · 0 comments
Open

bug: ToastButton interface is not updated for v8 #3993

lmarcelocc opened this issue Jan 9, 2025 · 0 comments
Labels
triage New issues

Comments

@lmarcelocc
Copy link

Describe the Bug

Property cssClass doesn't exist anymore on v8, docs are not updated.

DOCS
image

Code from here

export interface ToastButton {
  text?: string;
  icon?: string;
  side?: 'start' | 'end';
  role?: LiteralUnion<'cancel', string>;
  htmlAttributes?: { [key: string]: any };
  handler?: () => boolean | void | Promise<boolean | void>;
}

Expected Behavior

Dcoumentation should replicate the interfeca defined here

Steps to Reproduce

NA

Screenshots

No response

Operating System

No response

Browser

No response

Version

No response

Additional Information

No response

@lmarcelocc lmarcelocc added the triage New issues label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New issues
Projects
None yet
Development

No branches or pull requests

1 participant