/// /// /// declare module fb { interface IFbCollapsibleScope extends ng.IScope { fullViewCondition: boolean; callOnExpand: any; headingTitle: string; headingStatusIcon: any; headingInfoTooltip: string; groupBy: string; preventScrollToHeader: boolean; control: any; expandOnInit: boolean; antalHaendelser?: number; headingStatusIconVisible: boolean; onHeadingClick(): any; } interface IFbCollapsibleScopeGroup { containerEl: HTMLElement; scopes: fb.IFbCollapsibleScope[]; maxExpanded: number; activeScrollEl: JQuery; } }