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; }