Interface SharedValueParams

interface SharedValueParams {
    key: string;
    scope: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

key: string
scope: string