import { live, LiveController, type State } from "@camertron/live-component"; @live("ExampleComponent") export class ExampleComponent extends LiveComponent { before_update(state: State) { // your code here } }
import { live, LiveController, type State } from "@camertron/live-component"; @live("ExampleComponent") export class ExampleComponent extends LiveComponent { before_update(state: State) { // your code here } }
import { live, LiveController, type State } from "@camertron/live-component"; @live("ExampleComponent") export class ExampleComponent extends LiveComponent { after_update() { // your code here } }
import { live, LiveController, type State } from "@camertron/live-component"; @live("ExampleComponent") export class ExampleComponent extends LiveComponent { after_update() { // your code here } }