• A hook event that fires whenever an ApplicationV2 is rendered. Substitute the "ApplicationV2" in the hook event to target a specific ApplicationV2 type, for example "renderMyApplication". Each ApplicationV2 class in the inheritance chain will also fire this hook, i.e. "renderApplicationV2" will also fire. The hook provides the pending application HTML which will be added to the DOM. Hooked functions may modify that HTML or attach interactive listeners to it.

    Parameters

    Returns void