Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias PromptOptions

    PromptOptions: Pick<
        D20ActorRollOptions,
        | "bonus"
        | "dc"
        | "action"
        | "actions"
        | "subject"
        | "staticRoll"
        | "flavor"
        | "speaker",
    > & {
        compendium?: { entry: string; type: string };
        dialogOptions?: object;
        isStatic?: boolean;
        rollData: object;
        rollMode?: string;
        rollTermFormula?: string;
        template?: string;
        title?: string;
    }

    Type Declaration