Type Alias QriPropertyRef

A single property value used to populate a QRI template placeholder.

type QriPropertyRef = {
    name?: string;
    value?: string;
}
Index

Properties

Properties

name?: string

The name of the property as defined in the QRI definition template. When omitted, properties are treated as an ordered array.

value?: string