Script API - v1.26.30.25
    Preparing search index...

    Class BlockContainerOpenedAfterEventSignalRc

    Manages callbacks that are connected to when a block container is opened.

    export class BlockContainerOpenedAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: BlockContainerOpenedAfterEvent) => void,
    options?: BlockContainerAccessEventOptions,
    ): (arg0: BlockContainerOpenedAfterEvent) => void;
    unsubscribe(callback: (arg0: BlockContainerOpenedAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods