API Reference

IPropertyDescriptorinterface

Shared runtime and type utilities.

Overview

Low-level shared types and utilities used throughout core/state/parser packages.
Quick facts
Kind
interface
Module
types
Members
2
Package
@rs-x/core

Declaration

export interface IPropertyDescriptor {
  type: PropertyDescriptorType;
  descriptor: PropertyDescriptor;
}

Import

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

Members

2 members in this interface.

descriptor
property
descriptor: PropertyDescriptor

Type

PropertyDescriptor