@carbon/charts
    Preparing search index...

    Interface TruncationOptions

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

    Properties

    numCharacter?: number

    how many characters to be shown

    threshold?: number

    truncation threshold

    type?: string

    truncation type