interface CustomEventArgs {
    container?: Container;
    data?: unknown;
}

Properties

Properties

container?: Container
data?: unknown