型・APIリファレンス
    Preparing search index...

    Interface LockStatus

    ロック状態

    interface LockStatus {
        lock: boolean;
        lockOwner: boolean;
    }
    Index

    Properties

    Properties

    lock: boolean

    ロック状態

    lockOwner: boolean

    自身がロックしているか?