Template definition used to construct a QRI segment from connection property values.

type QriTemplate = {
    properties: string[];
    template: string;
}
Index

Properties

Properties

properties: string[]

Ordered list of property names referenced by the template placeholders.

template: string