Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@nfjs/global-properties-addon

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nfjs/global-properties-addon

Global properties for NF-Framework

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
4
Created
Source

@nfaddon/global-properties

Для любого компонента унаследованного от PlElement (в том числе и PLForm) флаг global у свойтсва уведомляет все другие компоненты с таким же именем свойства и флагом global

class Component extends PlElement {
    static properties = {
        propName: { type: String, global: true}
    }
}

class OtherComponentOrForm extends PlForm {
    static properties = {
        propName: { type: String, global: true}
    }
}

FAQs

Package last updated on 20 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts