Variable contextNoteCategoriesConst
contextNoteCategories: {
abilityChecks: { label: "Ability Checks" };
attacks: { label: "Attacks" };
combatManeuver: { label: "Combat Maneuver" };
defense: { label: "Defense" };
misc: { label: "Miscellaneous" };
savingThrows: { label: "Saving Throws" };
skill: {
filters: { actor: { exclude: string[] } };
label: "Specific Skill";
};
skills: { filters: { actor: { exclude: string[] } }; label: "Skills" };
speed: { label: "Speed" };
spell: { filters: { actor: { exclude: string[] } }; label: "Spells" };
} = ...
Type declaration
Readonly
abilityChecks: { label: "Ability Checks" }
Readonly
attacks: { label: "Attacks" }
Readonly
combatManeuver: { label: "Combat Maneuver" }
Readonly
defense: { label: "Defense" }
Readonly
misc: { label: "Miscellaneous" }
Readonly
savingThrows: { label: "Saving Throws" }
Readonly
skill: { filters: { actor: { exclude: string[] } }; label: "Specific Skill" }
Readonly
skills: { filters: { actor: { exclude: string[] } }; label: "Skills" }
Readonly
speed: { label: "Speed" }
Readonly
spell: { filters: { actor: { exclude: string[] } }; label: "Spells" }
Context Note categories