gentics-ui-core
Version:
This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.
13 lines (12 loc) • 484 B
TypeScript
import * as i0 from "@angular/core";
export declare class DropdownItem {
/**
* If true, the DropdownItem cannot be clicked or selected. *Default: false*
*/
get disabled(): boolean;
set disabled(value: boolean);
tabIndex: number;
isDisabled: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItem, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItem, "gtx-dropdown-item", never, { "disabled": "disabled"; }, {}, never, ["*"]>;
}