Interface: DetailsViewOptions
Extends
Properties
autoresize?
optional autoresize: boolean;
Overrides
classList?
optional classList: string[];
Inherited from
closable?
optional closable: boolean;
Inherited from
container
container: HTMLElement;
Inherited from
events?
optional events: object & object;
Type declaration
afterClose?
optional afterClose: BaseEventHandler<{
controller: BaseController;
}>;
afterLoad?
optional afterLoad: BaseEventHandler<{
controller: BaseController;
}>;
afterRedraw?
optional afterRedraw: BaseEventHandler<{
controller: BaseController;
}>;
afterShow?
optional afterShow: BaseEventHandler<{
controller: BaseController;
}>;
afterUnload?
optional afterUnload: BaseEventHandler<{
controller: BaseController;
}>;
beforeClose?
optional beforeClose: BaseEventHandler<{
controller: BaseController;
}>;
beforeLoad?
optional beforeLoad: BaseEventHandler<{
controller: BaseController;
}>;
beforeRedraw?
optional beforeRedraw: BaseEventHandler<{
controller: BaseController;
}>;
beforeShow?
optional beforeShow: BaseEventHandler<{
controller: BaseController;
}>;
resize?
optional resize: BaseEventHandler<{
controller: BaseController;
}>;
Inherited from
fullscreen?
optional fullscreen: object;
lg?
optional lg: boolean;
md?
optional md: boolean;
sm?
optional sm: boolean;
Inherited from
map
map: MapSVGMap;
Inherited from
middleware?
optional middleware: Middleware[];
Inherited from
noPadding?
optional noPadding: boolean;
Inherited from
opened?
optional opened: boolean;
Inherited from
options?
optional options: unknown;
Inherited from
parent?
optional parent: ObjectWithEvents;
Inherited from
position?
optional position: "absolute" | "relative" | "fixed";
Inherited from
scrollable?
optional scrollable: boolean;
Inherited from
state?
optional state: Record<string, unknown>;
Inherited from
styles?
optional styles: Partial<CSSStyleDeclaration>;
Inherited from
template?
optional template: string;
Inherited from
withToolbar?
optional withToolbar: boolean;