Variable contextNoteCategoriesConst
contextNoteCategories: {
abilityChecks: {
label: string;
};
attacks: {
label: string;
};
defense: {
label: string;
};
misc: {
label: string;
};
savingThrows: {
label: string;
};
skill: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
};
skills: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
};
speed: {
label: string;
};
spell: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
};
} = ...
Type declaration
abilityChecks: {
label: string;
}
attacks: {
label: string;
}
defense: {
label: string;
}
misc: {
label: string;
}
savingThrows: {
label: string;
}
skill: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
}
filters: {
actor: {
exclude: string[];
};
}
actor: {
exclude: string[];
}
label: string
skills: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
}
filters: {
actor: {
exclude: string[];
};
}
actor: {
exclude: string[];
}
label: string
speed: {
label: string;
}
spell: {
filters: {
actor: {
exclude: string[];
};
};
label: string;
}
filters: {
actor: {
exclude: string[];
};
}
actor: {
exclude: string[];
}
label: string