Interface ControllerOptions

ControllerOptions.

interface ControllerOptions {
    peek: boolean;
    primitiveCheck: boolean;
}

Properties

Properties

peek: boolean

Move the cursor back to its previous position when the controller condition is met.

primitiveCheck: boolean

Ensures that a relation exists before defining the Controller decorator.