Type Alias QriPropertyRef

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

type QriPropertyRef = {
    name?: string;
    value?: string;
}
Index
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

The value to substitute for this property in the QRI template.