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

    Interface BaseEffectSourceOptions

    interface BaseEffectSourceOptions {
        object?: PlaceableObject;
        sourceId?: string;
    }
    Index

    Properties

    Properties

    An optional PlaceableObject which is responsible for this source

    sourceId?: string

    A unique ID for this source. This will be set automatically if an object is provided, otherwise is required.