Interface ISmartSelectOptions

interface ISmartSelectOptions {
    selectLeadingAndTrailingWhitespace?: boolean;
    selectSubwords?: boolean;
}

Properties

selectLeadingAndTrailingWhitespace?: boolean
selectSubwords?: boolean