Spektrum API Reference - v1.2.0
    Preparing search index...
    interface DockOptions {
        collapsed?: boolean;
        parent?: Element;
        side?: DockSide;
        title?: string;
    }
    Index

    Properties

    collapsed?: boolean

    Start collapsed to a chip. Default: false.

    parent?: Element

    Container the dock is appended to. Default: document.body.

    side?: DockSide

    Default: 'right'.

    title?: string

    Header title text. Default: 'spektrum'.