Type Alias ActiveEffectChangeRenderer
ActiveEffectChangeRenderer: (
context: @param {object} context.change A copy of the change from the ActiveEffect's source array
* @param {number} context.index The object's index in the changes Array
* @param {DataSchema} context.fields
* @param {number} context.defaultPriority The change type's default priority
* ,
) => Promise<string>
Type Declaration
- (
context: @param {object} context.change A copy of the change from the ActiveEffect's source array
* @param {number} context.index The object's index in the changes Array
* @param {DataSchema} context.fields
* @param {number} context.defaultPriority The change type's default priority
* ,
): Promise<string> Parameters
- context: @param {object} context.change A copy of the change from the ActiveEffect's source array
* @param {number} context.index The object's index in the changes Array
* @param {DataSchema} context.fields
* @param {number} context.defaultPriority The change type's default priority
*
Returns Promise<string>
A function to render a stringified HTMLLIElement in the changes tab of ActiveEffectConfig