@minecraft/server-editor
    Preparing search index...

    Type Alias ActionIDBeta

    All actions have a unique identifier. Identifiers are globally unique and often GUIDs

    type ActionID = {
        id: string;
    }
    Index

    Properties

    Properties

    id: string