File

projects/mangol/src/lib/interfaces/config-sidebar.interface.ts

Index

Properties

Properties

collapsible
collapsible: boolean
Type : boolean
Optional
mode
mode: "side" | "push" | "over"
Type : "side" | "push" | "over"
Optional
opened
opened: boolean
Type : boolean
Optional
title
title: string
Type : string
Optional
toolbar
toolbar: MangolConfigToolbar
Type : MangolConfigToolbar
Optional
import { MangolConfigToolbar } from './config-toolbar.interface';

export interface MangolConfigSidebar {
  collapsible?: boolean;
  opened?: boolean;
  title?: string;
  toolbar?: MangolConfigToolbar;
  mode?: 'side' | 'push' | 'over';
}

result-matching ""

    No results matching ""