Trilium Frontend API
    Preparing search index...

    Interface ViewportOffsetConfig

    The offset (in pixels) of the viewport from every direction used when positioning a sticky toolbar or other absolutely positioned UI elements.

    interface ViewportOffsetConfig {
        bottom?: number;
        left?: number;
        right?: number;
        top?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bottom?: number

    The bottom offset in pixels.

    left?: number

    The left offset in pixels.

    right?: number

    The right offset in pixels.

    top?: number

    The top offset in pixels.