Type Editor / @type-editor/commands / auto-link / AutoLinkTriggerKey
Type Alias: AutoLinkTriggerKey
ts
type AutoLinkTriggerKey = "Enter" | "Space";Defined in: auto-link.ts:24
Type definition for the trigger key that activates auto-linking.