interface IClickableTest {
    onClick(fn: ((event: TestScriptEvent) => void)): ScriptEventSubscription;
}

Implemented by

Methods

Methods