@funidata/ngx-fudis
Version:
Funidata Design System.
20 lines (19 loc) • 893 B
TypeScript
import { FudisIdService } from '../../../services/id/id.service';
import { DropdownMenuComponent } from '../dropdown-menu.component';
import * as i0 from "@angular/core";
export declare class DropdownMenuGroupComponent {
private _idService;
private _parentDropdownMenu;
constructor(_idService: FudisIdService, _parentDropdownMenu: DropdownMenuComponent);
/**
* Visible label for this group of items
*/
label: string;
/**
* Id for this Dropdown Menu Group. Generated with FudisIdService and used for accessibility
* attributes.
*/
id: string;
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuGroupComponent, [null, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownMenuGroupComponent, "fudis-dropdown-menu-group", never, { "label": { "alias": "label"; "required": true; }; }, {}, never, ["*"], false, never>;
}