We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cbec7 commit b0b7131Copy full SHA for b0b7131
goldens/material/chips/index.api.md
@@ -416,13 +416,17 @@ export class MatChipRemove extends MatChipAction {
416
export class MatChipRow extends MatChip implements AfterViewInit {
417
constructor(...args: unknown[]);
418
// (undocumented)
419
+ _alreadyFocused: boolean;
420
+ // (undocumented)
421
protected basicChipAttrName: string;
422
contentEditInput?: MatChipEditInput;
423
defaultEditInput?: MatChipEditInput;
424
425
editable: boolean;
426
readonly edited: EventEmitter<MatChipEditedEvent>;
427
428
+ _handleClick(event: MouseEvent): void;
429
430
_handleDoubleclick(event: MouseEvent): void;
431
_handleFocus(): void;
432
0 commit comments