### What problem does this PR solve? Refactor Datasets UI #3221. ### Type of change - [X] New Feature (non-breaking change which adds functionality)
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export enum ChunkTextMode {
|
|
Full = 'full',
|
|
Ellipse = 'ellipse',
|
|
}
|