interface OnEnterRule {
    action: EnterAction;
    afterText?: string | RegExpOptions;
    beforeText: string | RegExpOptions;
    previousLineText?: string | RegExpOptions;
}

Properties

action: EnterAction
afterText?: string | RegExpOptions
beforeText: string | RegExpOptions
previousLineText?: string | RegExpOptions