UNPKG

@carbon/charts

Version:
18 lines (17 loc) 312 B
export interface TruncationOptions { /** * truncation configuration */ /** * truncation type */ type?: string; /** * truncation threshold */ threshold?: number; /** * how many characters to be shown */ numCharacter?: number; }