mooball
    Preparing search index...

    Interface GuiClickEventHandler

    Class that defines a serializable click event handler.

    interface GuiClickEventHandler {
        functionParams: any[];
        functionType: E_FUNCTION_TYPE;
        type: CLICK;
    }

    Hierarchy (View Summary)

    Index

    Properties

    functionParams: any[]

    Parameters of the function

    functionType: E_FUNCTION_TYPE

    Type of the function

    type: CLICK

    Type of the event.