UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

23 lines (22 loc) 954 B
import * as i0 from "@angular/core"; /** * Allows the sidebar to be toggled/folded via click on host element. */ export declare class SidebarToggleDirective { #private; /** * Id of sidebar for toggle action. * @return string */ readonly id: import("@angular/core").InputSignal<string | undefined>; /** * Sidebar property name for toggle action. * * @return 'visible' | 'unfoldable' * @default 'visible' */ readonly toggle: import("@angular/core").InputSignal<"visible" | "unfoldable">; toggleOpen($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<SidebarToggleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": { "alias": "cSidebarToggle"; "required": false; "isSignal": true; }; "toggle": { "alias": "toggle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }