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

    Interface HTMLSecretConfiguration

    interface HTMLSecretConfiguration {
        callbacks: {
            content: HTMLSecretContentCallback;
            update: HTMLSecretUpdateCallback;
        };
        parentSelector: string;
    }
    Index

    Properties

    callbacks: {
        content: HTMLSecretContentCallback;
        update: HTMLSecretUpdateCallback;
    }

    An object of callback functions for each operation.

    parentSelector: string

    The CSS selector used to target content that contains secret blocks.