@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface UITableViewCellContext<T>

    interface UITableViewCellContext<T = unknown> {
        $implicit: T;
        column: UITableViewColumn;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    $implicit: T