The two Actions-tab ledgers, in render order.

interface ActionRows {
    customActions: ActionRow[];
    intrinsicActions: ActionRow[];
}

Properties

customActions: ActionRow[]

GM-authored SCRIPT actions — editable and deletable.

intrinsicActions: ActionRow[]

Code-defined INTRINSIC actions — run-only.