Trails Packages
    Preparing search index...

    Interface NotifierProperties

    Properties supported by this package.

    interface NotifierProperties {
        position?:
            | "top"
            | "top-left"
            | "top-right"
            | "bottom"
            | "bottom-left"
            | "bottom-right";
    }
    Index

    Properties

    Properties

    position?:
        | "top"
        | "top-left"
        | "top-right"
        | "bottom"
        | "bottom-left"
        | "bottom-right"

    The position for new notifications.

    "top-right"