npm.io
10.14.0 • Published 2d ago

@quenty/applytagtotaggedchildren

Licence
MIT
Version
10.14.0
Deps
2
Size
20 kB
Vulns
0
Weekly
0
Stars
596
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

ApplyTagToTaggedChildren

Class that while constructed apply a tag to any children of the parent it is given, assuming that class has the required tag. This lets you bridge tag systems since CollectionService is used as an interop model between many components in scripts.

Installation

npm install @quenty/applytagtotaggedchildren --save

Usage

Usage is designed to be simple.

ApplyTagToTaggedChildren.new(parent, tag, requiredTag)

Keywords