API Reference

dataPropertiesconst

List of supported Date property keys used by DatePropertyAccessor.

Overview

Core value-access module: IndexValueAccessor selects the first accessor that applies (sorted by priority) and delegates reads/writes to it. Default accessors cover object properties, cached method-call results, arrays, maps, sets, observables, promises, date properties, and globalThis fallback.

Declaration

export const dataProperties: readonly DateProperty[] = [

Import

import { dataProperties } from '@rs-x/core';

Example

import { dataProperties } from '@rs-x/core';

console.log(dataProperties);