Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface HookedFunction

    interface HookedFunction {
        fn: Function;
        hook: string;
        id: number;
        once: boolean;
    }
    Index

    Properties

    Properties

    fn: Function
    hook: string
    id: number
    once: boolean