interface ContextProps {
    options?: ContextOptions;
}

Properties

Properties

options?: ContextOptions

The initial options that should be applied to this Context controller.