EventsRecords<T>: {
    at: string;
    detail: ActionView[T] & BaseActionData;
    id: string;
}[]

行为事件详情

类型参数