InitKobweb

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class InitKobweb(source)

An annotation which identifies a function as one which will be called when the page opens, before nodes are laid out. The function should take an InitKobwebContext as its only parameter.