interface TruncationOptions {
    numCharacter?: number;
    threshold?: number;
    type?: string;
}

Properties

numCharacter?: number

how many characters to be shown

threshold?: number

truncation threshold

type?: string

truncation type