Skip to main content

CrowdyStudioTarget

The independently capped source target inside a player-owned Crowdy Studio project.

enum CrowdyStudioTarget {
SERVER
CLIENT
}

Values

CrowdyStudioTarget.SERVER

Server-target Rust that can run only after the caller separately passes current grid ownership and write_server_code deployment checks.

CrowdyStudioTarget.CLIENT

Browser-worker Rust that can run only after the caller separately passes current grid ownership and write_client_code deployment checks.

Member Of

CrowdyStudioCommonFile object ● crowdyStudioCommonFiles query ● CrowdyStudioLibraryFile object ● CrowdyStudioProjectFile object ● CrowdyStudioProjectFileDeleteInput input ● CrowdyStudioProjectFileInput input ● PublishCrowdyStudioCommonFileInput input ● SaveCrowdyStudioLibraryFileInput input