All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.interfaces.truncation.d.ts Maven / Gradle / Ivy

export interface TruncationOptions {
    /**
     * truncation configuration
     */
    /**
     * truncation type
     */
    type?: string;
    /**
     * truncation threshold
     */
    threshold?: number;
    /**
     * how many characters to be shown
     */
    numCharacter?: number;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy