Skip to main content
This release is 18 versions behind 5.0.12 — the latest version of @lost-c3/lib. Jump to latest

Lost for easy making Construct 3 Addons.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
35%
Published
4 months ago (3.3.2)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

function Action
Action(
id: string,
name: string,
displayText: string,
): any

Parameters

name: string
displayText: string

Return Type

any
Action(
id: string,
name: string,
displayText: string,
opts: IActionOptions,
): any

Parameters

name: string
displayText: string
opts: IActionOptions

Return Type

any
Action(
id: string,
name: string,
displayText: string,
description: string,
): any

Parameters

name: string
displayText: string
description: string

Return Type

any
Action(
id: string,
name: string,
displayText: string,
description: string,
opts: IActionOptions,
): any

Parameters

name: string
displayText: string
description: string
opts: IActionOptions

Return Type

any

Add Package

deno add jsr:@lost-c3/lib

Import symbol

import { Action } from "@lost-c3/lib";

---- OR ----

Import directly with a jsr specifier

import { Action } from "jsr:@lost-c3/lib";

Add Package

npx jsr add @lost-c3/lib

Import symbol

import { Action } from "@lost-c3/lib";

Add Package

yarn dlx jsr add @lost-c3/lib

Import symbol

import { Action } from "@lost-c3/lib";

Add Package

pnpm dlx jsr add @lost-c3/lib

Import symbol

import { Action } from "@lost-c3/lib";

Add Package

bunx jsr add @lost-c3/lib

Import symbol

import { Action } from "@lost-c3/lib";