iink-ts - v3.2.1
    Preparing search index...

    Type Alias TSubMenuParam

    type TSubMenuParam = {
        menuTitle?: string;
        position:
            | "top"
            | "left"
            | "right"
            | "right-top"
            | "bottom"
            | "bottom-left"
            | "bottom-right";
        subMenu: HTMLElement;
        trigger: HTMLElement;
    }
    Index

    Properties

    menuTitle?: string
    position:
        | "top"
        | "left"
        | "right"
        | "right-top"
        | "bottom"
        | "bottom-left"
        | "bottom-right"
    subMenu: HTMLElement
    trigger: HTMLElement