Home Manual Reference Source Repository
import {CustomViewHookEvent} from 'ug-layout/view/CustomViewHookEvent'
public class | source

CustomViewHookEvent

Extends:

Cancellable<null> → CustomViewHookEvent

Invokes a custom view hook on any views that receive this event.

Constructor Summary

Public Constructor
public

constructor(_config: *)

Member Summary

Public Members
public get

arg: T | null

The argument to provide to the hook.

public get

execute: CustomViewHookExecutor<T> | null

Custom invocation method.

public get

Name of the method to invoke.

Public Constructors

public constructor(_config: *) source

Params:

NameTypeAttributeDescription
_config *

Public Members

public get arg: T | null source

The argument to provide to the hook.

public get execute: CustomViewHookExecutor<T> | null source

Custom invocation method.

public get name: string source

Name of the method to invoke.