Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.Decorators.Value

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { Value } = Mandarine.MandarineCore.Decorators;
interface Value {
configKey: string;
propertyName: string;
scope: ValueScopes | undefined;
}

§Properties

§
configKey: string
[src]
§
propertyName: string
[src]
§
scope: ValueScopes | undefined
[src]