LitResourceAbilityRequest: {
    ability: LitAbility;
    resource: ILitResource;
}

A LIT resource ability is a combination of a LIT resource and a LIT ability. It specifies which LIT specific ability is being requested to be performed on the specified LIT resource.

Description

This object does NOT guarantee compatibility between the specified LIT resource and the specified LIT ability, and will be validated by the LIT-internal systems.

Type declaration

Generated using TypeDoc