Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface ButtonEvent

    interface ButtonEvent {
        preventDefault?: boolean;
        type: string;
        view: ButtonView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    type: string