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