mithril-materialized
    Preparing search index...

    Interface BadgeAnchorOrigin

    Badge positioning anchor origin

    interface BadgeAnchorOrigin {
        horizontal: "left" | "right";
        vertical: "top" | "bottom";
    }
    Index

    Properties

    Properties

    horizontal: "left" | "right"

    Horizontal positioning: 'left' | 'right'

    vertical: "top" | "bottom"

    Vertical positioning: 'top' | 'bottom'