Skip to main content

Interface: DetailsViewOptions

Extends

Properties

autoresize?

optional autoresize: boolean;

Overrides

ControllerOptions.autoresize


classList?

optional classList: string[];

Inherited from

ControllerOptions.classList


closable?

optional closable: boolean;

Inherited from

ControllerOptions.closable


container

container: HTMLElement;

Inherited from

ControllerOptions.container


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

ControllerOptions.events


fullscreen?

optional fullscreen: object;

lg?

optional lg: boolean;

md?

optional md: boolean;

sm?

optional sm: boolean;

Inherited from

ControllerOptions.fullscreen


map

map: MapSVGMap;

Inherited from

ControllerOptions.map


middleware?

optional middleware: Middleware[];

Inherited from

ControllerOptions.middleware


noPadding?

optional noPadding: boolean;

Inherited from

ControllerOptions.noPadding


opened?

optional opened: boolean;

Inherited from

ControllerOptions.opened


options?

optional options: unknown;

Inherited from

ControllerOptions.options


parent?

optional parent: ObjectWithEvents;

Inherited from

ControllerOptions.parent


position?

optional position: "absolute" | "relative" | "fixed";

Inherited from

ControllerOptions.position


scrollable?

optional scrollable: boolean;

Inherited from

ControllerOptions.scrollable


state?

optional state: Record<string, unknown>;

Inherited from

ControllerOptions.state


styles?

optional styles: Partial<CSSStyleDeclaration>;

Inherited from

ControllerOptions.styles


template?

optional template: string;

Inherited from

ControllerOptions.template


withToolbar?

optional withToolbar: boolean;

Inherited from

ControllerOptions.withToolbar