Hierarchy

  • D20RollChatOptions

Properties

chatTemplate?: string

The template used to render the chat message.

Default Value

{@link D20RollPF.CHAT_TEMPLATE}
chatTemplateData?: object

Additional data passed to the chat message's content's renderTemplate.

compendium?: {
    entry: string;
    type: string;
}

Data used to create a link to a compendium entry in the chat message.

Type declaration

  • entry: string
  • type: string
create?: boolean

Whether a chat message should be created.

Default Value

true

noSound?: boolean

Whether no dice sound should be played when the chat message is created.

Default Value

false

rollMode?: string

The rollMode with which the chat message is created.

Default Value

game.settings.get("core", "rollMode")

speaker?: PropertiesToSource<ChatSpeakerDataProperties>

The speaker of the chat message.

subject?: object

Data stored in the chat message's flags to allow for easier identification of the message's subject.

Generated using TypeDoc