// collect all context keys into a central place
if (typeof metaOrHide === 'object') {
} else if (metaOrHide !== true) {
RawContextKey._info.push({ key, description: metaOrHide, type: defaultValue !== null && defaultValue !== undefined ? typeof defaultValue : undefined });