Kvaser CanKing GUI Extensions SDK - v7.3.0
    Preparing search index...

    Interface DropdownButtonChildrenProps

    Base properties of any child component of the DropdownButton component.

    interface DropdownButtonChildrenProps {
        onClose?: () => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    onClose?: () => void

    Callback that is called when the drop down menu is closed.