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;
    }
    • label: string
  • attacks: {
        label: string;
    }
    • label: string
  • defense: {
        label: string;
    }
    • label: string
  • misc: {
        label: string;
    }
    • label: string
  • savingThrows: {
        label: string;
    }
    • label: string
  • skill: {
        filters: {
            actor: {
                exclude: string[];
            };
        };
        label: string;
    }
    • filters: {
          actor: {
              exclude: string[];
          };
      }
      • actor: {
            exclude: string[];
        }
        • exclude: string[]
    • label: string
  • skills: {
        filters: {
            actor: {
                exclude: string[];
            };
        };
        label: string;
    }
    • filters: {
          actor: {
              exclude: string[];
          };
      }
      • actor: {
            exclude: string[];
        }
        • exclude: string[]
    • label: string
  • speed: {
        label: string;
    }
    • label: string
  • spell: {
        filters: {
            actor: {
                exclude: string[];
            };
        };
        label: string;
    }
    • filters: {
          actor: {
              exclude: string[];
          };
      }
      • actor: {
            exclude: string[];
        }
        • exclude: string[]
    • label: string

Generated using TypeDoc