Home > @bilibili-live/web-player-track > _default
# _default variable
Signature:
_default: {
perf: typeof perf;
event: typeof event;
error: typeof error;
custom: typeof custom;
operation: typeof operation;
PerfCode: typeof PerfCode;
EventCode: typeof EventCode;
ErrorCode: typeof ErrorCode;
OperationCode: typeof OperationCode;
CustomCode: typeof CustomCode;
fixedDynamicFieldsVerIns: typeof fixedDynamicFieldsVerIns;
initStaticInfo: typeof initStaticInfo;
updateDynamicInfo: typeof updateDynamicInfo;
formatter: (args: {
evtId: string;
data?: any;
spmId?: string | undefined;
}) => (string | number)[];
}