Options to provide as context information.

interface DataContextOptions {
    context?: string;
}

Properties

Properties

context?: string

The current context for setting and getting data. Possibly, some ID the data is bound to.