API Reference

PropertyDescriptorTypeenum

Shared runtime and type utilities.

Overview

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

Declaration

export enum PropertyDescriptorType {

Import

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

Example

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

const current = PropertyDescriptorType[Object.keys(PropertyDescriptorType)[0] as keyof typeof PropertyDescriptorType];