Interface ILinkActivationAttribute

The ILinkActivationAttribute object, maintains link activation attribute configuration and details.

interface ILinkActivationAttribute {
    dataType?: string;
    name: string;
    path: string;
    queryString: string;
    required: boolean;
}

Properties

dataType?: string

The datatype of this attribute.

name: string

The attribute name, must match the name of the attribute in the template.

path: string

The path this attribute is mapped to in the issue-wallet input.

queryString: string

The queryString attribute used for this attribute.

required: boolean

Is this attribute required for link activation?