Skip to content

eo-typewriterjs


eo-typewriterjs / TStyleRange

Type Alias: TStyleRange

ts
type TStyleRange = object;

Defined in: core/commands/types/style-command.type.ts:13

Description

Defines a fixed document range to apply a style to

Properties

PropertyModifierTypeDefined in
fromreadonlynumbercore/commands/types/style-command.type.ts:14
toreadonlynumbercore/commands/types/style-command.type.ts:15

Released under the MIT License.