Takaro - v0.4.9
    Preparing search index...

    Interface IHook

    IHook

    interface IHook {
        description?: string;
        eventType: IHookEventTypeEnum;
        function: string;
        name: string;
        regex?: string;
    }
    Index

    Properties

    description?: string

    IHook

    IHook

    function: string

    IHook

    name: string

    IHook

    regex?: string

    IHook