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

    Interface EntryTemplateContext<M>

    Context provided to a custom entry template.

    interface EntryTemplateContext<M = unknown> {
        $implicit: FileBrowserEntry<M>;
    }

    Type Parameters

    • M = unknown

      Metadata type carried on each entry.

    Index

    Properties

    Properties

    $implicit: FileBrowserEntry<M>

    The entry (also available as the implicit let-entry).