interface TextOptions {
    length?: TextLength;
}

Properties

Properties

length?: TextLength