Interface

Meta-18MetaContextConstructorProps

interface ConstructorProps {
    name: string;
    nick: string;
    unsafe_mode: boolean;
    unsafeMode: boolean;
}

Hierarchy (View Summary)

Index

Properties

name: string
nick: string
unsafe_mode: boolean
unsafeMode: boolean