data-cap
    Preparing search index...

    Interface OwnershipFieldRef

    Identifies one field, owned by a specific capability.

    interface OwnershipFieldRef {
        capability: OwnershipCapabilityRef;
        field: readonly string[];
    }
    Index

    The capability that owns this field.

    field: readonly string[]

    The field's path within its capability.