Anchorage API reference
    Preparing search index...

    Interface ScheduleSourceOwnershipStore

    Committed ownership reads used to bind a fire to its stored source.

    interface ScheduleSourceOwnershipStore {
        owner(
            kind: "thread" | "resource" | "schedule",
            resourceId: string,
        ): Promise<ScheduleSourceOwner | undefined>;
    }
    Index

    Methods

    Methods