38adc7d469
* webui: architecture foundation (non-MCP core refactors) * chore: update webui build output
5 lines
223 B
TypeScript
5 lines
223 B
TypeScript
export const IMAGE_NOT_ERROR_BOUND_SELECTOR = 'img:not([data-error-bound])';
|
|
export const DATA_ERROR_BOUND_ATTR = 'errorBound';
|
|
export const DATA_ERROR_HANDLED_ATTR = 'errorHandled';
|
|
export const BOOL_TRUE_STRING = 'true';
|