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

    Interface MasterDetailContext<T>

    Context provided to the detail template.

    interface MasterDetailContext<T> {
        $implicit: T;
    }

    Type Parameters

    • T

      The row object type.

    Index

    Properties

    Properties

    $implicit: T

    The selected item (also available as let-object).