hoshimi
    Preparing search index...

    Interface NodeDestroyInfo

    The interface of the node destroy object.

    interface NodeDestroyInfo {
        code?: number;
        reason?: string;
    }
    Index

    Properties

    Properties

    code?: number

    The code for the destroy.

    reason?: string

    The reason for the destroy.